| namespace | http://gluon.nrk.no/gluon3_1 | ||||||||||||
| attributes |
|
||||||||||||
| 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> |
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| 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> |