complexType Country
diagram pscev_p400.png
type extension of xs:string
properties
base xs:string
used by
elements Person/CountryOfResidence Person/Nationality
attributes
Name  Type  Use  Default  Fixed  annotation
CountryCodexs:stringrequired      
source <xs:complexType name="Country">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="CountryCode" type="xs:string" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute Country/@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