LocationType

Complex Type Information

Model

Used By

Source

<xsd:complexType name="LocationType">
  <xsd:sequence>
    <xsd:element name="EquipmentID" type="EquipmentIDType"/>
    <xsd:element name="EquipmentElementLevel" type="EquipmentElementLevelType"/>
    <xsd:element name="Location" type="LocationType" minOccurs="0"/>
    <xsd:group ref="Extended:Location" minOccurs="0" maxOccurs="1"/>
    <!-- Added in V04 - The Any element should not be used in new schemas.  This extension schema should be used to add user defined 
     elements to B2MML documents.  In a future release the Any element will be removed from B2MML.  -->
    <xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>