complexType  AddressLineTextType 
diagram
versionV3_1
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typeextension of xsd:string
used by
element com:AddressLineText
attributes
Name  Type Use Default Fixed annotation
com:sequenceNumber xsd:string required      
com:addressLineCategory com:AddressLineCategoryType        
source<xsd:complexType  name="AddressLineTextType">
<xsd:simpleContent>
<xsd:extension  base="xsd:string">
<xsd:attribute  ref="com:sequenceNumber"  use="required">
</xsd:attribute> <xsd:attribute  ref="com:addressLineCategory">
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>