complexType StreamSignal
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p129.png
namespace http://www.mostcooperation.com
type extension of StreamSignalBase
properties
base StreamSignalBase
children Description
used by
elements FunctionCatalog/SharedSignals/SharedSignal/StreamSignal StreamSignals/StreamSignal
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
Signedness  derived by: xs:string  optional  Unsigned    
BitLength  UnsignedByte  required      
annotation
documentation
Defines one Stream signal.
source <xs:complexType name="StreamSignal">
 
<xs:annotation>
   
<xs:documentation>Defines one Stream signal.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="StreamSignalBase">
     
<xs:sequence>
       
<xs:element name="Description" type="xs:string" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="Signedness" use="optional" default="Unsigned">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Signed"/>
           
<xs:enumeration value="Unsigned"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="BitLength" type="mostco:UnsignedByte" use="required"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute StreamSignal/@Signedness
type restriction of xs:string
properties
use optional
default Unsigned
facets
Kind Value Annotation
enumeration Signed
enumeration Unsigned
source <xs:attribute name="Signedness" use="optional" default="Unsigned">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Signed"/>
     
<xs:enumeration value="Unsigned"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute StreamSignal/@BitLength
type UnsignedByte
properties
use required
source <xs:attribute name="BitLength" type="mostco:UnsignedByte" use="required"/>

element StreamSignal/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p130.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"/>