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>

Сведения об элементе

Родительский элемент Дочерние элементы
schema PropertyDescription

 

Атрибуты

Атрибут Описание
publisher Общедоступный. Обязательный. Отображаемое имя издателя, предоставляющего схему.
product Общедоступный. Обязательный. Отображаемое имя продукта, предоставляющего схему.

 

Комментарии

PropertyDescriptionList не следует путать с "списками свойств" и IPropertyDescriptionList, которые полностью разделены.