AG_ConstraintRefAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
refFor ST_ConstraintRelationship self optional
refForName xsd:string optional
refPtType ST_ElementType all optional
refType ST_ConstraintType none optional

Used By

Complex Type CT_Constraint

Source

<xsd:attributeGroup name="AG_ConstraintRefAttributes">
  <xsd:attribute name="refType" type="ST_ConstraintType" use="optional" default="none"/>
  <xsd:attribute name="refFor" type="ST_ConstraintRelationship" use="optional" default="self"/>
  <xsd:attribute name="refForName" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="refPtType" type="ST_ElementType" use="optional" default="all"/>
</xsd:attributeGroup>