Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Kontener dla jednego lub wielu pojedynczych elementów propertyDescription. Plik schematu opisu właściwości .propdesc powinien zawierać co najmniej jeden element propertyDescriptionList.
Składnia
<!-- 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>
Informacje o elementach
Element nadrzędny | Elementy podrzędne |
---|---|
schematu | propertyDescription |
Atrybuty
Atrybut | Opis |
---|---|
wydawca | Publiczny. Wymagane. Nazwa wyświetlana wydawcy dostarczająca schemat. |
produkt | Publiczny. Wymagane. Nazwa wyświetlana produktu dostarczająca schemat. |
Uwagi
propertyDescriptionList nie należy mylić z listami właściwości i IPropertyDescriptionList, które są całkowicie oddzielone.