complexType Identifier
diagram pscev_p518.png
type extension of xs:string
properties
base xs:string
used by
element Identifiers/Identifier
attributes
Name  Type  Use  Default  Fixed  annotation
TypePSCodeTyperequired      
CountryCodexs:string      
documentation
Probablemente sea desfavorecido por otra manera de controlar los formatos de
                            los identifier
                       
ExpirationDatexs:date      
source <xs:complexType name="Identifier">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="Type" type="PSCodeType" use="required"/>
     
<xs:attribute name="CountryCode" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Probablemente sea desfavorecido por otra manera de controlar los formatos de
                            los identifier
                       
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="ExpirationDate" type="xs:date"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute Identifier/@Type
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
source <xs:attribute name="Type" type="PSCodeType" use="required"/>

attribute Identifier/@CountryCode
type xs:string
properties
isRef 0
annotation
documentation
Probablemente sea desfavorecido por otra manera de controlar los formatos de
                            los identifier
                       
source <xs:attribute name="CountryCode" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Probablemente sea desfavorecido por otra manera de controlar los formatos de
                            los identifier
                       
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Identifier/@ExpirationDate
type xs:date
properties
isRef 0
source <xs:attribute name="ExpirationDate" type="xs:date"/>


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