Identifier for the excerpt entity |
Attribute | genxml/excerpt/@id |
Elements | genxml/assertion/excerptref, genxml/person/excerptref |
<xs:simpleType name="excerptID"> <xs:annotation> <xs:documentation>Identifier for the excerpt entity</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value="X[1-2]?\d{0,9}"/> </xs:restriction> </xs:simpleType> |