<xsd:attributeGroup name="AG_ConstraintRefAttributes">
<xsd:attribute name="refType" type="ST_ConstraintType" use="optional" default="none">
<xsd:annotation>
<xsd:documentation>Reference Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="refFor" type="ST_ConstraintRelationship" use="optional" default="self">
<xsd:annotation>
<xsd:documentation>Reference For</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="refForName" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Reference For Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="refPtType" type="ST_ElementType" use="optional" default="all">
<xsd:annotation>
<xsd:documentation>Reference Point Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|