Class Properties

Applied Stereotypes:
XSDcomplexType

Container for one or more properties. Properties encloses multiple property instances and/or multiple file references.

Used in:
Vehicle , MiscObject , Pedestrian , RoadCondition , Controller
Properties
Name Type Cardinality AppliedStereotypes Description
properties Property 0..* XSDunwrapped A name/value pair. The semantic of the name/values are subject of a contract between the provider of a simulation environment and the author of a scenario.
files File 0..* XSDunwrapped A list of arbitrary files attached to an object that owns the properties. The semantic and the file formats are subject of a contract between the provider of a simulation environment and the author of a scenario.

Migration Information from XSD 0.9.1
Derived From:
OSCProperties
Property Name XSD Type XSD 0.9.1 Name Migration
properties Element Property Renamed
files Element File Renamed

XSD 1.0 Representation


<xsd:complexType name="Properties">
<xsd:sequence>
<xsd:element name="Property" minOccurs="0" maxOccurs="unbounded" type="Property"/>
<xsd:element name="File" type="File" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
properties XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Property' is used for the list elements.
files XSDunwrapped This property represents an unwrapped list in XSD. The element name 'File' is used for the list elements.

To XSD To XSLT To XSD Tree