Enumeration Role
Roles for entity objects of type Vehicle or Pedestrian. The default role if not specified is None.
- Used in:
-
Pedestrian ,
Vehicle ,
VehicleRoleDistributionEntry
| Enumeration Literals |
| |
Name |
Applied Stereotypes |
Description |
| |
none |
|
The entity has no specific role. |
| |
ambulance |
|
The entity role is ambulance. |
| |
civil |
|
The entity role is civil. |
| |
fire |
|
The entity role is fire fighting, e.g. fire engine. |
| |
military |
|
The entity role is military, e.g. camouflaged truck. |
| |
police |
|
The entity role is police. |
| |
publicTransport |
|
The entity role is public transport, e.g. a school bus. |
| |
roadAssistance |
|
The entity role is roadside assistance, e.g. tow truck. |
|
| XSD 1.2 Representation |
<xsd:simpleType name="Role">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none"/>
<xsd:enumeration value="ambulance"/>
<xsd:enumeration value="civil"/>
<xsd:enumeration value="fire"/>
<xsd:enumeration value="military"/>
<xsd:enumeration value="police"/>
<xsd:enumeration value="publicTransport"/>
<xsd:enumeration value="roadAssistance"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
| Change log from version 1.1 |
|
|
To XSD