complexType AlloyDataType
diagram
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PatentAlloyData pat:NPLAlloyData
used by
element pat:AlloyData
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
com:languageCode com:ExtendedISOLanguageCodeType required
com:officeCode com:ExtendedWIPOST3CodeType
com:documentFileName xsd:string
com:creationDate com:DateType
com:st96Version xsd:token required V7_0
source <xsd:complexType name="AlloyDataType">
<xsd:choice maxOccurs="2">
<xsd:element ref="pat:PatentAlloyData">
</xsd:element> <xsd:element ref="pat:NPLAlloyData">
</xsd:element>
</xsd:choice> <xsd:attribute ref="com:id">
</xsd:attribute> <xsd:attribute ref="com:languageCode" use="required">
</xsd:attribute> <xsd:attribute ref="com:officeCode">
</xsd:attribute> <xsd:attribute ref="com:documentFileName">
</xsd:attribute> <xsd:attribute ref="com:creationDate">
</xsd:attribute> <xsd:attribute ref="com:st96Version" use="required">
</xsd:attribute>
</xsd:complexType>