complexType Location
diagram mmixm_diagrams/mmixm_p37.png
namespace https://mmixm.aero/base/3
children mb:electronicLocation mb:faaLocation mb:geographicLocation mb:physicalAddress mb:gsaAddress
used by
element Asset/location
annotation
documentation
Complex type containing various ways to represent location.
source <xs:complexType name="Location">
 
<xs:annotation>
   
<xs:documentation>Complex type containing various ways to represent location. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="electronicLocation" type="mb:ElectronicLocation" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="faaLocation" type="mb:FaaLocation" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="geographicLocation" type="mb:GeographicLocation" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="physicalAddress" type="mb:PhysicalAddress" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="gsaAddress" type="mb:String10Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>This field contains the GSA address code assigned by the FAA Logistic Center.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Location/electronicLocation
diagram mmixm_diagrams/mmixm_p38.png
namespace https://mmixm.aero/base/3
type mb:ElectronicLocation
properties
minOcc 0
maxOcc 1
content complex
children mb:ip mb:textDescription mb:url
source <xs:element name="electronicLocation" type="mb:ElectronicLocation" minOccurs="0" maxOccurs="1"/>

element Location/faaLocation
diagram mmixm_diagrams/mmixm_p39.png
namespace https://mmixm.aero/base/3
type mb:FaaLocation
properties
minOcc 0
maxOcc 1
content complex
children mb:faaLocationIdentifier mb:faaLocationType
source <xs:element name="faaLocation" type="mb:FaaLocation" minOccurs="0" maxOccurs="1"/>

element Location/geographicLocation
diagram mmixm_diagrams/mmixm_p40.png
namespace https://mmixm.aero/base/3
type mb:GeographicLocation
properties
minOcc 0
maxOcc 1
content complex
children mb:elevation mb:latitude mb:longitude mb:source
source <xs:element name="geographicLocation" type="mb:GeographicLocation" minOccurs="0" maxOccurs="1"/>

element Location/physicalAddress
diagram mmixm_diagrams/mmixm_p41.png
namespace https://mmixm.aero/base/3
type mb:PhysicalAddress
properties
minOcc 0
maxOcc 1
content complex
children mb:address mb:description
source <xs:element name="physicalAddress" type="mb:PhysicalAddress" minOccurs="0" maxOccurs="1"/>

element Location/gsaAddress
diagram mmixm_diagrams/mmixm_p42.png
namespace https://mmixm.aero/base/3
type mb:String10Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
annotation
documentation
This field contains the GSA address code assigned by the FAA Logistic Center.
source <xs:element name="gsaAddress" type="mb:String10Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>This field contains the GSA address code assigned by the FAA Logistic Center.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy