a.scriptCode

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
scriptCode restriction of xs:string required

Used By

Element script

Source

<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>