구성요소: ConceptTableMapping

요소: ConceptTableMapping / mapConcept

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념의 값입니다. 테이블 열이 개념 값이 포함된 이 개념의 ID는 개념과 동일합니다. ID입니다.
다이어그램 다이어그램 dspl5.tmp#id61
속성
콘텐츠: 복잡함
minOccurs: 0
속성
QName 유형 고정 기본값 사용 Annotation
toColumn LocalId 필수 매핑된 테이블 열의 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
속성
콘텐츠: 복잡함
minOccurs: 0
maxOccurs: unbounded
속성
QName 유형 고정 기본값 사용 Annotation
lang 선택사항
참조 LocalId 필수 매핑된 개념 속성의 ID입니다.
toColumn LocalId 필수 매핑된 테이블 열의 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*
어린이 mapConcept, mapProperty
속성
QName 유형 고정 기본값 사용 Annotation
참조 LocalId 필수 개념에 관한 데이터가 포함된 테이블의 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입니다.
유형 LocalId
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 64
사용 주체
요소 ConceptTableMapping/mapConcept
소스
<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입니다.
유형 LocalId
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 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입니다.
유형 LocalId
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 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

네임스페이스 네임스페이스 없음
주석 살펴보겠습니다
유형 LocalId
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 64
사용 주체
복합 유형 ConceptTableMapping
소스
<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 편집기.