<xsd:complexType name="objectBaseType">
<xsd:annotation>
<xsd:documentation>Describes complex data along with the standard object element attributes.</xsd:documentation>
<xsd:appinfo>
<attributes>(includes objectAttributes)</attributes>
<content>(anyType)</content>
<child_elements>(anyType)</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
<xsd:attributeGroup ref="system_characteristics:objectAttributes" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|