complexType namedPersonIdType
diagram index_p737.png
namespace http://www.ech.ch/xmlns/eCH-0044/4
children eCH-0044:personIdCategory eCH-0044:personId
used by
elements personIdentificationType/euPersonId personIdentificationKeyOnlyType/euPersonId personIdentificationType/localPersonId personIdentificationKeyOnlyType/localPersonId personIdentificationLightType/localPersonId personIdentificationType/otherPersonId personIdentificationKeyOnlyType/otherPersonId personIdentificationLightType/otherPersonId
source <xs:complexType name="namedPersonIdType">
 
<xs:sequence>
   
<xs:element name="personIdCategory" type="eCH-0044:personIdCategoryType"/>
   
<xs:element name="personId">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:maxLength value="36"/>
         
<xs:minLength value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element namedPersonIdType/personIdCategory
diagram index_p738.png
namespace http://www.ech.ch/xmlns/eCH-0044/4
type eCH-0044:personIdCategoryType
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
source <xs:element name="personIdCategory" type="eCH-0044:personIdCategoryType"/>

element namedPersonIdType/personId
diagram index_p739.png
namespace http://www.ech.ch/xmlns/eCH-0044/4
type restriction of xs:token
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 36
source <xs:element name="personId">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:maxLength value="36"/>
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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