type | restriction of xsd:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xsd:simpleType name="reportingCriteriaType"> <xsd:annotation> <xsd:documentation>Value used to identify when reports are required during goal accomplishment.</xsd:documentation> <xsd:appinfo> <jaxb:typesafeEnumClass/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="never"> <xsd:annotation> <xsd:documentation>No reports are to be made concerning the progress of this goal.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="periodic"> <xsd:annotation> <xsd:documentation>Reports are to be made at specific periods until this goal is complete.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="statusChanged"> <xsd:annotation> <xsd:documentation>A report is to be made whenever an action effecting this goal occurs (e.g. new contact).</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="onCommence"> <xsd:annotation> <xsd:documentation>A report is to be made whenever the vehicle commences actions to achieve this goal.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="onComplete"> <xsd:annotation> <xsd:documentation>A report is to be made whenever the vehicle achieves the goal or checks off station.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |