Definition Type Simple Type
Name personID
Facets  
Pattern P[1-2]?\d{0,9}
Documentation Identifier for the person entity
XSD Schema genxml20.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="personID" >
  <xs:annotation>
    <xs:documentation>Identifier for the person entity</xs:documentation>
  </xs:annotation>

  <xs:restriction base="xs:token">
    <xs:pattern value="P[1-2]?\d{0,9}"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
personID
    personrefType
        personref
        personref
        personref
        principal
        personref
        mother
        parent
        father
        mother
        child
    id
    personref
    personref
References
personrefType , id , personref , personref
Generated using Liquid XML Studio - Education Edition 7.1.4.1284 by Liquid Technologies Ltd