complexType Location
diagram mmixm_diagrams/mmixm_p48.png
namespace https://mmixm.aero/base/4
children mb:electronicLocation mb:faaLocation mb:geographicLocation mb:gsaAddress mb:physicalAddress
used by
elements AssociatedLocations/airTrafficLocation AssociatedLocations/buildingLocation AssociatedLocations/commandLocation AssociatedLocations/controlLocation AirportRunway/coreAirport LoggingEvent/creatorLocation Asset/location AssociatedLocations/monitorLocation AssociatedLocations/primaryLocation AssociatedLocations/remoteLocation AssociatedLocations/serviceDeliveryPointLocation
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:annotation>
       
<xs:documentation>Electronic location, such as URL or IP address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="faaLocation" type="mb:FaaLocation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>FAA location identifier and type information, per JO 7350.9, Location Identifiers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="geographicLocation" type="mb:GeographicLocation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The geographic location, such as latitude, longitude, and elevation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<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:element name="physicalAddress" type="mb:PhysicalAddress" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The physical location, such as address and travel details.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Location/electronicLocation
diagram mmixm_diagrams/mmixm_p49.png
namespace https://mmixm.aero/base/4
type mb:ElectronicLocation
properties
minOcc 0
maxOcc 1
content complex
children mb:ip mb:textDescription mb:url
annotation
documentation
Electronic location, such as URL or IP address.
source <xs:element name="electronicLocation" type="mb:ElectronicLocation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Electronic location, such as URL or IP address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Location/faaLocation
diagram mmixm_diagrams/mmixm_p50.png
namespace https://mmixm.aero/base/4
type mb:FaaLocation
properties
minOcc 0
maxOcc 1
content complex
children mb:identifier mb:type
annotation
documentation
FAA location identifier and type information, per JO 7350.9, Location Identifiers.
source <xs:element name="faaLocation" type="mb:FaaLocation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>FAA location identifier and type information, per JO 7350.9, Location Identifiers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Location/geographicLocation
diagram mmixm_diagrams/mmixm_p51.png
namespace https://mmixm.aero/base/4
type mb:GeographicLocation
properties
minOcc 0
maxOcc 1
content complex
children mb:elevation mb:geographicLocationProvenance mb:latitude mb:longitude
annotation
documentation
The geographic location, such as latitude, longitude, and elevation.
source <xs:element name="geographicLocation" type="mb:GeographicLocation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The geographic location, such as latitude, longitude, and elevation.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Location/gsaAddress
diagram mmixm_diagrams/mmixm_p52.png
namespace https://mmixm.aero/base/4
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>

element Location/physicalAddress
diagram mmixm_diagrams/mmixm_p53.png
namespace https://mmixm.aero/base/4
type mb:PhysicalAddress
properties
minOcc 0
maxOcc 1
content complex
children mb:address mb:buildYear mb:description mb:estimatedTravelDuration mb:estimatedTrips
annotation
documentation
The physical location, such as address and travel details.
source <xs:element name="physicalAddress" type="mb:PhysicalAddress" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The physical location, such as address and travel details.</xs:documentation>
 
</xs:annotation>
</xs:element>


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