complexType goalStatusUpdateElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p346.png
used by
element GoalStatus
attributes
Name  Type  Use  Default  Fixed  Annotation
goal  xsd:IDREF  required      
status  xsd:string  required      
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
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>

attribute goalStatusUpdateElementType/@goal
type xsd:IDREF
properties
use required
source <xsd:attribute name="goal" type="xsd:IDREF" use="required"/>

attribute goalStatusUpdateElementType/@status
type xsd:string
properties
use required
source <xsd:attribute name="status" type="xsd:string" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy