complexType PostalCode
diagram pscev_p607.png
type extension of xs:string
properties
base xs:string
used by
element Address/PostalCode
attributes
Name  Type  Use  Default  Fixed  annotation
CountryCodexs:stringrequired      
source <xs:complexType name="PostalCode">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="CountryCode" type="xs:string" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute PostalCode/@CountryCode
type xs:string
properties
isRef 0
use required
source <xs:attribute name="CountryCode" type="xs:string" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy