simpleType sexType
namespace http://www.ech.ch/xmlns/eCH-0044/4
type restriction of xs:string
properties
base xs:string
used by
elements personIdentificationType/sex personIdentificationLightType/sex
facets
Kind Value Annotation
enumeration 1
enumeration 2
enumeration 3
source <xs:simpleType name="sexType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1"/>
   
<xs:enumeration value="2"/>
   
<xs:enumeration value="3"/>
 
</xs:restriction>
</xs:simpleType>


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