complexType TriggerType
diagram Nas_diagrams/Nas_p342.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:timestamp nas:triggerType
used by
element MessageMetadataType/trigger
annotation
documentation
Container for Message Trigger information such as the type of trigger and timestamp.
source <xs:complexType name="TriggerType">
 
<xs:annotation>
   
<xs:documentation>Container for Message Trigger information such as the type of trigger and timestamp.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="timestamp" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Trigger timestamp</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="triggerType" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Describes the message trigger type.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TriggerType/timestamp
diagram Nas_diagrams/Nas_p343.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Trigger timestamp
source <xs:element name="timestamp" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Trigger timestamp</xs:documentation>
 
</xs:annotation>
</xs:element>

element TriggerType/triggerType
diagram Nas_diagrams/Nas_p344.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Describes the message trigger type.
source <xs:element name="triggerType" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Describes the message trigger type.</xs:documentation>
 
</xs:annotation>
</xs:element>


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