attributeGroup streamGroup
namespace http://gluon.nrk.no/gluon3_1
attributes
Name  Type  Use  Default  Fixed  Annotation
stream  derived by: xs:string    total    
bw  derived by: xs:int  optional      
type  derived by: xs:string  optional      
source <xs:attributeGroup name="streamGroup">
 
<xs:attribute name="stream" default="total">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="total"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="bw" use="optional">
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="type" use="optional">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="mb/s"/>
       
<xs:enumeration value="b/s"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute streamGroup/@stream
type restriction of xs:string
properties
default total
facets
Kind Value Annotation
enumeration total
source <xs:attribute name="stream" default="total">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="total"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute streamGroup/@bw
type restriction of xs:int
properties
use optional
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="bw" use="optional">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute streamGroup/@type
type restriction of xs:string
properties
use optional
facets
Kind Value Annotation
enumeration mb/s
enumeration b/s
source <xs:attribute name="type" use="optional">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="mb/s"/>
     
<xs:enumeration value="b/s"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy