共用方式為


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 不應與 “property lists” 和 IPropertyDescriptionList混淆,這完全分開。