DimensionGroup

To define the actual dimensions of the corresponding item (by opposition
to a range of dimensions like in a min max)

Element Group Information

Model

Used By

Source

<xs:group name="DimensionGroup">
  <xs:annotation>
    <xs:documentation xml:lang="EN">To define the actual dimensions of the corresponding item (by opposition to a range of dimensions like in a min max)</xs:documentation>
    <xs:appinfo>§hist+DF+2012-12-10:Added to manage actual dimensions of cars for ferries but implemented in a generic way</xs:appinfo>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Dimension"/>
    <xs:element ref="Dimensions"/>
  </xs:choice>
</xs:group>