<xs:element name="Properties"> <xs:complexType> <xs:all> <xs:element name="Label" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This label is used to identify a particular type of data as defined by the ARINC-429 specification.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SSM" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The Sign/Status Matrix. This element includes information on how to interpret the data content of an ARINC-429 message. Such data could be H/W equipment condition, operational mode, data validity and so on. NOTE: The interpretation of the SSM value is dependent on the data format. Some manufacturers also use non-standard data formats which use bits that are normally reserved for the SSM. In these cases the SSM element is not included.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> |