propertyDescriptionList

Container für ein oder mehrere einzelne propertyDescription-Elemente. Eine Propdesc-Eigenschaftenbeschreibungsschemadatei sollte mindestens ein propertyDescriptionList-Element enthalten.

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>

Elementinformationen

Übergeordnetes Element Untergeordnete Elemente
schema propertyDescription

Attributes

attribute BESCHREIBUNG
publisher Öffentlich. Erforderlich. Der Anzeigename des Herausgebers, der das Schema an stellt.
product Öffentlich. Erforderlich. Der Anzeigename des Produkts, das das Schema enthält.

Bemerkungen

PropertyDescriptionList sollte nicht mit "Eigenschaftenlisten" und IPropertyDescriptionListverwechselt werden, die vollständig getrennt sind.