complexType Provenance
diagram mmixm_diagrams/mmixm_p30.png
namespace https://mmixm.aero/base/4
children mb:date mb:source
used by
elements AtowOrganization/atowCodeChangeProvenance GeographicLocation/geographicLocationProvenance InterruptReport/deviceProvenance FsepOperationalInformation/recordProvenance
annotation
documentation
Contains the provenance information such as the reported timestamp and the source of the report.
source <xs:complexType name="Provenance">
 
<xs:annotation>
   
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="date" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The date or timestamp indicating when the information was reported.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="source" type="mb:String50Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Source of the reported information.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Provenance/date
diagram mmixm_diagrams/mmixm_p31.png
namespace https://mmixm.aero/base/4
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date or timestamp indicating when the information was reported.
source <xs:element name="date" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The date or timestamp indicating when the information was reported.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Provenance/source
diagram mmixm_diagrams/mmixm_p32.png
namespace https://mmixm.aero/base/4
type mb:String50Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Source of the reported information.
source <xs:element name="source" type="mb:String50Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Source of the reported information.</xs:documentation>
 
</xs:annotation>
</xs:element>


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