AG_ConstraintAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
for ST_ConstraintRelationship self optional
forName xsd:string optional
ptType ST_ElementType all optional
type ST_ConstraintType required

Used By

Complex Types CT_Constraint, CT_NumericRule

Source

<xsd:attributeGroup name="AG_ConstraintAttributes">
  <xsd:attribute name="type" type="ST_ConstraintType" use="required"/>
  <xsd:attribute name="for" type="ST_ConstraintRelationship" use="optional" default="self"/>
  <xsd:attribute name="forName" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="ptType" type="ST_ElementType" use="optional" default="all"/>
</xsd:attributeGroup>