구성요소: conceptTableMapping

요소: conceptTableMapping / mapconcept

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념 값이 포함된 테이블 열의 ID에 대한 매핑입니다. 개념 값이 포함된 테이블 열에 개념 ID와 동일한 ID가 있으면 이 매핑을 생략할 수 있습니다.
다이어그램 다이어그램 dspl5.tmp#id61
속성
content: 복잡함
minCcurs: 0
속성
QName 유형 해결됨 기본 용도 Annotation
toColumn 지역 ID 필수 매핑된 테이블 열의 ID입니다.
소스
<xs:element name="mapConcept" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

요소: conceptTableMapping / mapProperty

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념 속성의 속성 값을 포함하는 테이블 열의 ID에 대한 매핑 개념 속성 값을 포함하는 테이블 열에 ID로 속성 ID가 있으면 이 매핑을 생략할 수 있습니다. 언어 속성에 다른 값을 지정하여 단일 속성을 여러 테이블 열(언어당 하나)에 매핑할 수 있습니다.
다이어그램 다이어그램 dspl5.tmp#id63 dspl5.tmp#id64
속성
content: 복잡함
minCcurs: 0
maxOccurs: unbounded
속성
QName 유형 해결됨 기본 용도 Annotation
lang 선택사항
참조 지역 ID 필수 매핑된 개념 속성의 ID입니다.
toColumn 지역 ID 필수 매핑된 테이블 열의 ID입니다.
소스
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped concept property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="toColumn" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The id of the mapped table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="xml:lang" use="optional">
      <xs:annotation>
        <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

복합 유형: conceptTableMapping

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념에 대한 데이터를 제공하는 테이블의 매핑입니다.
다이어그램 다이어그램 dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
사용 중인 광고
요소 개념/표
모델 mapconcept{0,1} , mapProperty*
Children mapconcept, mapProperty
속성
QName 유형 해결됨 기본 용도 Annotation
참조 지역 ID 필수 개념에 대한 데이터가 포함된 테이블의 ID입니다.
소스
<xs:complexType name="ConceptTableMapping">
  <xs:annotation>
    <xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="mapConcept" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of the concept.  This mapping may be omitted if the
            table column that contains the concept values has the same
            id as the concept id.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A mapping to the id of the table column that contains the
            values of a property of the concept.  This mapping may be
            omitted if the table column that contains the concept
            property values has the property id as its id.

            A single property can be mapped to multiple table columns
            (one per language) by specifying different values for the
            language attribute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped concept property.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="toColumn" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The id of the mapped table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute ref="xml:lang" use="optional">
          <xs:annotation>
            <xs:documentation>The language/locale of the values in the mapped column.
                See [BCP 47] for possible values of the xml:lang
                attribute.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ref" type="LocalId" use="required">
    <xs:annotation>
      <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

속성: conceptTableMapping / mapconcept / @toColumn

네임스페이스 네임스페이스 없음
주석 매핑된 테이블 열의 ID입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 64
사용 중인 광고
요소 개념표 매핑/지도 개념
소스
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: conceptTableMapping / mapProperty / @ref

네임스페이스 네임스페이스 없음
주석 매핑된 개념 속성의 ID입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 64
사용 중인 광고
요소 conceptTableMapping/mapProperty
소스
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped concept property.</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: conceptTableMapping / mapProperty / @toColumn

네임스페이스 네임스페이스 없음
주석 매핑된 테이블 열의 ID입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 64
사용 중인 광고
요소 conceptTableMapping/mapProperty
소스
<xs:attribute name="toColumn" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the mapped table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: conceptTableMapping / @ref

네임스페이스 네임스페이스 없음
주석 개념에 대한 데이터가 포함된 테이블의 ID입니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 64
사용 중인 광고
복합 유형 개념표 매핑
소스
<xs:attribute name="ref" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

oXygen XML 편집기를 사용하여 만듭니다.