FloorGroup

Floor or Floors

Element Group Information

Model

Children: Floor, Floors

Used By

Source

<xs:group name="FloorGroup">
  <xs:annotation>
    <xs:documentation>Floor or Floors</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="Floor">
      <xs:annotation>
        <xs:documentation>Used to detail flloor information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Floors"/>
  </xs:choice>
</xs:group>