Class Properties

Applied Stereotypes:
XSDcomplexType

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

Used in:
Controller , FileHeader , MiscObject , Pedestrian , RoadCondition , TrafficDistributionEntry , Vehicle
Properties
  Name Type Cardinality AppliedStereotypes Description
  customContent CustomContent 0..* XSDunwrapped, XSDelement The semantic is subject of a contract between the provider of a simulation environment and the author of a scenario.
  files File 0..* XSDunwrapped, XSDelement 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.
  properties Property 0..* XSDunwrapped, XSDelement 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.
XSD 1.4 Representation


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

Change log from version 1.3
  • Property 'customContent'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'customContent'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'files'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'files'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'properties'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'properties'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property customContent
    • XSDunwrapped
    • XSDelement
  • Property files
    • XSDunwrapped
    • XSDelement
  • Property properties
    • XSDunwrapped
    • XSDelement

To XSD