QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
performance | restriction of xs:token | optional |
Elements | db:step, db:stepalternatives, db:substeps |
<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> |