propertyStore Element (Library Schema)
The <propertyStore> element specifies a set of one or more properties used by this library. This element is optional and has no attributes.
Syntax
<!-- propertyStore -->
<xs:element name="propertyStore" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<!-- properties are extensions of propertyStoreType -->
<xs:extension base="propertyStoreType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
Element Information
Parent Element | Child Elements |
---|---|
libraryDescription Element (Library Schema) | property Element (Library Schema) |
Remarks
The <propertyStore> element can have one or more <property> child elements.
Related topics