Class MiscObject

Applied Stereotypes:
XSDcomplexType
Implements Interfaces:
CatalogElement

Definition of a miscellaneous object type. A miscellaneous object has no controller.

Used in:
Catalog , EntityObject
Properties
  Name Type Cardinality AppliedStereotypes Description
  mass double 1..1 XSDattribute Mass of the miscellaneous object. Unit: [kg]. Range: [0..inf[.
  miscObjectCategory MiscObjectCategory 1..1 XSDattribute Categorization of the miscellaneous object.
  model3d string 0..1 XSDattribute Definition of the model of the miscellaneous object as a model type or a relative or absolute file path.
  name string 1..1 XSDattribute Name of the miscellaneous object type.
  parameterDeclarations ParameterDeclaration 0..* XSDwrapped, XSDelement Definition of additional parameters.
  boundingBox BoundingBox 1..1 XSDelement Bounding box definition for the miscellaneous object.
  properties Properties 0..1 XSDelement Properties of the miscellaneous object.
XSD 1.3 Representation


<xsd:complexType name="MiscObject">
<xsd:all>
<xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/>
<xsd:element name="BoundingBox" type="BoundingBox"/>
<xsd:element name="Properties" type="Properties" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="mass" type="Double" use="required"/>
<xsd:attribute name="miscObjectCategory" type="MiscObjectCategory" use="required"/>
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="model3d" type="String"/>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
parameterDeclarations XSDwrapper This property represents a wrapped list. In XSD, the complex type ParameterDeclarations is used as a wrapper.
Change log from version 1.2
  • Property 'properties'. Lower cardinality changed.
    • New Value
      0
      From 1.2.0
      1
  • Property 'properties'. Annotation changed.
    • New Value
      Properties of the miscellaneous object.
      From 1.2.0
      Property definitions for the miscellaneous object.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property mass
    • XSDattribute
  • Property miscObjectCategory
    • XSDattribute
  • Property model3d
    • XSDattribute
  • Property name
    • XSDattribute
  • Property parameterDeclarations
    • XSDwrapped [wrapperMin: "0"; wrapperMax: "1"]
    • XSDelement [position: "1"]
  • Property boundingBox
    • XSDelement [position: "2"]
  • Property properties
    • XSDelement [position: "3"]

To XSD