objective

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id objectiveID required
lang xs:language optional

Source

<xs:element minOccurs="0" maxOccurs="unbounded" name="objective">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="title" type="xs:string"/>
      <xs:element name="problem" type="xs:string"/>
      <xs:element name="solution" type="xs:string"/>
      <xs:element minOccurs="0" name="priority">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="low"/>
            <xs:enumeration value="medium"/>
            <xs:enumeration value="high"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="created" type="xs:dateTime"/>
      <xs:element minOccurs="0" name="change" type="xs:dateTime"/>
    </xs:sequence>
    <xs:attribute name="id" type="objectiveID" use="required"/>
    <xs:attribute name="lang" type="xs:language" use="optional"/>
  </xs:complexType>
</xs:element>

Sample