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