db:performance.attribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
performance restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="performance.attribute">
  <xs:attribute name="performance">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="optional"/>
        <xs:enumeration value="required"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>