Identifier for the person entity |
Elements | genxml/person/subpersons/personref, genxml/task/personref |
Attribute | genxml/person/@id |
Complex Type | personrefType |
<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> |