Identifier for the assertion entity |
Element | genxml/assertion/assertionref |
Attribute | genxml/assertion/@id |
<xs:simpleType name="assertionID"> <xs:annotation> <xs:documentation>Identifier for the assertion entity</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value="A[1-2]?\d{0,9}"/> </xs:restriction> </xs:simpleType> |