simpleType uidOrganisationIdType
namespace http://www.ech.ch/xmlns/eCH-0097/2
type restriction of xs:nonNegativeInteger
properties
base xs:nonNegativeInteger
used by
element uidStructureType/uidOrganisationId
facets
Kind Value Annotation
minInclusive 000000001
maxInclusive 999999999
totalDigits 9
fractionDigits 0
source <xs:simpleType name="uidOrganisationIdType">
 
<xs:restriction base="xs:nonNegativeInteger">
   
<xs:totalDigits value="9"/>
   
<xs:fractionDigits value="0"/>
   
<xs:minInclusive value="000000001"/>
   
<xs:maxInclusive value="999999999"/>
 
</xs:restriction>
</xs:simpleType>


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