diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | extension of StreamSignalBase | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | Description | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
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> |
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
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> |
type | UnsignedByte | ||
properties |
|
||
source | <xs:attribute name="BitLength" type="mostco:UnsignedByte" use="required"/> |
diagram | ![]() |
||||||
namespace | http://www.mostcooperation.com | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |