Floor or Floors |
<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> |