<xs:element name="Characteristics">
<xs:annotation>
<xs:documentation>
=============================== Characteristics ================================
Information about the physical characteristics of a ContentItem.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="SizeInBytes" minOccurs="0" />
<xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
</xs:complexType>
</xs:element>
|