QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
scriptCode | restriction of xs:string | required |
Element | script |
<xs:attributeGroup name="a.scriptCode"> <xs:attribute name="scriptCode" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z][a-z]{3}"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |