<xsd:complexType name="GenericIdentifierType">
<xsd:annotation>
<xsd:documentation>Generic type identifier.</xsd:documentation>
</xsd:annotation>
<xsd:all minOccurs="1" maxOccurs="1">
<xsd:element ref="TypeOfGenericIdentifier" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="GenericIdentifierValue" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="GenericIdentifierScope" minOccurs="0" maxOccurs="1"/>
</xsd:all>
</xsd:complexType> |