propertyDescriptionList
一或多個個別 屬性的容器Description 元素。 .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>
項目資訊
Parent 項目 | 子元素 |
---|---|
schema | propertyDescription |
屬性
屬性 | Description |
---|---|
publisher | 公用。 必要。 提供架構之發行者的顯示名稱。 |
product | 公用。 必要。 提供架構之產品的顯示名稱。 |
備註
propertyDescriptionList不應與完全分開的 「property lists」 和IPropertyDescriptionList混淆。