complexType reportingCriteriaElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p396.png
used by
element ReportingCriteria
attributes
Name  Type  Use  Default  Fixed  Annotation
value  reportingCriteriaType  required      
periodicity  positiveScalarType        
documentation
Used to define the timing between periodic reports.  Ignored for reporting types other than periodic.
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
annotation
documentation
Element used to specify reporting requirements while attempting to attain a goal.
source <xsd:complexType name="reportingCriteriaElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element used to specify reporting requirements while attempting to attain a goal.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="value" type="reportingCriteriaType" use="required"/>
 
<xsd:attribute name="periodicity" type="positiveScalarType">
   
<xsd:annotation>
     
<xsd:documentation>Used to define the timing between periodic reports.  Ignored for reporting types other than periodic.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute reportingCriteriaElementType/@value
type reportingCriteriaType
properties
use required
facets
Kind Value Annotation
enumeration never
documentation
No reports are to be made concerning the progress of this goal.
enumeration periodic
documentation
Reports are to be made at specific periods until this goal is complete.
enumeration statusChanged
documentation
A report is to be made whenever an action effecting this goal occurs (e.g. new contact).
enumeration onCommence
documentation
A report is to be made whenever the vehicle commences actions to achieve this goal.
enumeration onComplete
documentation
A report is to be made whenever the vehicle achieves the goal or checks off station.
source <xsd:attribute name="value" type="reportingCriteriaType" use="required"/>

attribute reportingCriteriaElementType/@periodicity
type positiveScalarType
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Used to define the timing between periodic reports.  Ignored for reporting types other than periodic.
source <xsd:attribute name="periodicity" type="positiveScalarType">
 
<xsd:annotation>
   
<xsd:documentation>Used to define the timing between periodic reports.  Ignored for reporting types other than periodic.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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