<xs:element name="objectDetails">
<xs:annotation>
<xs:documentation>A group of properties specific to an object</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="created" type="TruncatedDateTimePropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The date (and optionally the time) on which this object was created</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="copyrightNotice" />
<xs:element ref="creator" />
</xs:choice>
<xs:element name="ceasedToExist" type="TruncatedDateTimePropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The date (and optionally the time) on which this object ceased to exist.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|