propertyDescriptionList

하나 이상의 개별 propertyDescription 요소에 대한 컨테이너입니다. .propdesc 속성 설명 스키마 파일에는 하나 이상의 propertyDescriptionList 요소가 포함되어야 합니다.

Syntax

<!-- propertyDescriptionList -->
<xs:element name="propertyDescriptionList">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="s:propertyDescription" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute name="publisher" type="xs:string" use="required"/>
        <xs:attribute name="product"   type="xs:string" use="required"/>
    </xs:complexType>

    <xs:unique name="No_two_propertyDescriptions_can_have_the_same_formatid_and_propid">
        <xs:selector xpath="s:propertyDescription"/>
        <xs:field    xpath="@formatID"/>
        <xs:field    xpath="@propID"/>
    </xs:unique>

    <xs:unique name="No_two_propertyDescriptions_can_have_the_same_canonical_name">
        <xs:selector xpath="s:propertyDescription"/>
        <xs:field    xpath="@name"/>
    </xs:unique>
</xs:element>

요소 정보

부모 요소 자식 요소
schema propertyDescription

 

특성

attribute 설명
publisher 공개. 필수 사항입니다. 스키마를 제공하는 게시자의 표시 이름입니다.
product 공개. 필수 사항입니다. 스키마를 제공하는 제품의 표시 이름입니다.

 

설명

propertyDescriptionList는 완전히 분리된 "속성 목록" 및 IPropertyDescriptionList와 혼동해서는 안 됩니다.