<xs:element name="Properties" minOccurs="0"> <xs:complexType> <xs:all> <xs:element name="StartIdentification" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This element can be used to uniquely identify the start of a sequence of ARINC-429 messages. NOTE: This element is not necessary if the location of the first "contained" ARINC-429 message (i.e. Offset_Word = '0') can be unambiguously identifiers using its Label and/or SSM values.</xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element ref="Label"/> <xs:element ref="SSM"/> <xs:element ref="Patterns" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="StopIdentification" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This element can be used to uniquely identify the end of a sequence of ARINC-429 messages. NOTE: This element is not necessary if the location of the last"contained" ARINC-429 message (i.e. The highest Offset_Word value) can be unambiguously identifiers using its Label and/or SSM values.</xs:documentation> </xs:annotation> <xs:complexType> <xs:all> < |