diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
children | Risk AvoidanceArea AvoidArea IngressRouting EgressRouting | ||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="agendaConstraintListType"> <xsd:annotation> <xsd:documentation>List of agenda constraints--things that impact how the vehicle must accomplish its tasking (nogo areas, reporting criteria, etc.).</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="Risk" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>List of Risk elements requiring consideration prior to human ordering robot to perform goal</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:choice> <xsd:element ref="AvoidanceArea" minOccurs="0" maxOccurs="unbounded"/> <!-- Deprecated: change AvoidArea to AvoidanceArea --> <xsd:element ref="AvoidArea" minOccurs="0" maxOccurs="unbounded"/> </xsd:choice> <xsd:element ref="IngressRouting" minOccurs="0"/> <xsd:element ref="EgressRouting" minOccurs="0"/> </xsd:sequence> <xsd:attributeGroup ref="CommonAttributes"/> </xsd:complexType> |