QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
fact | xsd:double | NaN | optional | |||
for | ST_ConstraintRelationship | self | optional | |||
forName | xsd:string | optional | ||||
max | xsd:double | NaN | optional | |||
ptType | ST_ElementType | all | optional | |||
type | ST_ConstraintType | required | ||||
val | xsd:double | NaN | optional |
Element | CT_Rules/rule |
<xsd:complexType name="CT_NumericRule"> <xsd:sequence> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attributeGroup ref="AG_ConstraintAttributes"/> <xsd:attribute name="val" type="xsd:double" use="optional" default="NaN"/> <xsd:attribute name="fact" type="xsd:double" use="optional" default="NaN"/> <xsd:attribute name="max" type="xsd:double" use="optional" default="NaN"/> </xsd:complexType> |