<Properties> (Custom File Properties)

Parent element for the custom file properties part.

Parent Elements

Root element of Shared Custom File Properties part

Child Elements

Subclause

<property> (Custom File Property)

§7.3.2.2

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Properties">
	<sequence>
	<element name="property" minOccurs="0" maxOccurs="unbounded" type="CT_Property"/>
	</sequence>
</complexType>