DecimalElement Complex Type

The DecimalElement complex type is a number/decimal element in a policy. The number can be defined to be stored as either a numeric or string representative value.

<xs:complexType name="DecimalElement">
    <xs:attributeGroup
        ref="PolicyElementAttributeGroup"
     />
    <xs:attribute name="required"
        type="boolean"
        default="false"
     />
    <xs:attribute name="minValue"
        type="unsignedInt"
        default="0"
     />
    <xs:attribute name="maxValue"
        type="unsignedInt"
        default="9999"
     />
    <xs:attribute name="storeAsText"
        type="boolean"
        default="false"
     />
    <xs:attribute name="soft"
        type="boolean"
        default="false"
     />
</xs:complexType>

Attributes

Name Type Description
maxValue unsignedInt
minValue unsignedInt
required boolean
soft boolean
storeAsText boolean

Attribute groups

Name Description
PolicyElementAttributeGroup

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013