<xsd:complexType name="dataBaseType">
<xsd:annotation>
<xsd:documentation>Describes complex data along with the standard data element attributes.</xsd:documentation>
<xsd:appinfo>
<attributes>(includes dataAttributes)</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:dataAttributes" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|