diagram |
 |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | goal | xsd:IDREF | required | | | | status | xsd:string | required | | | | timeStamp | nonNegativeScalarType | optional | | | documentation | Time value in seconds. |
| description | xsd:string | optional | | | documentation | Descriptive text explaining the intended effect of this element. |
| id | xsd:ID | optional | | | documentation | Unique identifier for this element. |
|
|
annotation |
documentation | Element used to record a change in the status of an executing goal. |
|
source |
<xsd:complexType name="goalStatusUpdateElementType">
<xsd:annotation>
<xsd:documentation>Element used to record a change in the status of an executing goal.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="goal" type="xsd:IDREF" use="required"/>
<xsd:attribute name="status" type="xsd:string" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |