propertyDescriptionList
1 つまたは複数の個別 の propertyDescription 要素のコンテナー。 .propdesc プロパティ記述スキーマ ファイルには、少なくとも 1 つの 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 要素 | 子要素 |
---|---|
schema | propertyDescription |
属性
属性 | 説明 |
---|---|
publisher | パブリック。 必須。 スキーマを提供する発行元の表示名。 |
product | パブリック。 必須。 スキーマを提供する製品の表示名。 |
注釈
propertyDescriptionList は、完全に独立した "プロパティ リスト" および IPropertyDescriptionList と混同しないでください。