complexType SignalSequence
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p113.png
namespace http://www.mostcooperation.com
children Description StreamSignalReference StreamSignalReferenceRepeated
used by
element StreamContents/SignalSequence
attributes
Name  Type  Use  Default  Fixed  Annotation
ByteOrder  derived by: xs:string  optional  BigEndian    
annotation
documentation
Defines a list of Stream signals. (Example: FunctionCatalog_SharedSignal.xml)
source <xs:complexType name="SignalSequence">
 
<xs:annotation>
   
<xs:documentation>Defines a list of Stream signals. (Example: FunctionCatalog_SharedSignal.xml)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
<xs:element name="StreamSignalReference" type="StreamSignalReference" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="StreamSignalReferenceRepeated" type="StreamSignalReference" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="ByteOrder" use="optional" default="BigEndian">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="BigEndian"/>
       
<xs:enumeration value="LittleEndian"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute SignalSequence/@ByteOrder
type restriction of xs:string
properties
use optional
default BigEndian
facets
Kind Value Annotation
enumeration BigEndian
enumeration LittleEndian
source <xs:attribute name="ByteOrder" use="optional" default="BigEndian">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="BigEndian"/>
     
<xs:enumeration value="LittleEndian"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element SignalSequence/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p114.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element SignalSequence/StreamSignalReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p115.png
namespace http://www.mostcooperation.com
type StreamSignalReference
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="StreamSignalReference" type="StreamSignalReference" minOccurs="0" maxOccurs="unbounded"/>

element SignalSequence/StreamSignalReferenceRepeated
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p116.png
namespace http://www.mostcooperation.com
type StreamSignalReference
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="StreamSignalReferenceRepeated" type="StreamSignalReference" minOccurs="0" maxOccurs="unbounded"/>