attributeGroup pixelGroup
namespace http://gluon.nrk.no/gluon3_1
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string  required      
source <xs:attributeGroup name="pixelGroup">
 
<xs:attribute name="type" use="required">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="px"/>
       
<xs:enumeration value="cm"/>
       
<xs:enumeration value="mm"/>
       
<xs:enumeration value="pt"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute pixelGroup/@type
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration px
enumeration cm
enumeration mm
enumeration pt
source <xs:attribute name="type" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="px"/>
     
<xs:enumeration value="cm"/>
     
<xs:enumeration value="mm"/>
     
<xs:enumeration value="pt"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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