다음을 통해 공유


propertyDescriptionList

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

통사론

<!-- 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>

요소 정보

Parent 요소 자식 요소
스키마 propertyDescription

 

특성

속성 묘사
게시자 공공의. 필수. 스키마를 제공하는 게시자의 표시 이름입니다.
제품 공공의. 필수. 스키마를 제공하는 제품의 표시 이름입니다.

 

발언

propertyDescriptionList 완전히 별개인 "속성 목록" 및 IPropertyDescriptionList혼동해서는 안 됩니다.