Class ScenarioObjectTemplate

Applied Stereotypes:
XSDcomplexType
Implements Interfaces:
Entity

An entity profile that shall appear in an entity group.

Used in:
EntityDistributionEntry
Properties
  Name Type Cardinality AppliedStereotypes Description
  entitiyObject EntityObject 1..1 XSDelement The EntityObject (either instance of type Vehicle/Pedestrian or CatalogReference to them; no MiscObject or ExternalObjectReference).
  objectController ObjectController 0..* XSDelement Controller(s) of the EntityObject instance.
XSD 1.3 Representation


<xsd:complexType name="ScenarioObjectTemplate">
<xsd:sequence>
<xsd:group ref="EntityObject"/>
<xsd:element name="ObjectController" type="ObjectController" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property entitiyObject
    • XSDelement [position: "1"]
  • Property objectController
    • XSDelement [position: "2"]

To XSD