string (Value) Element

The string (Value) element is a string type limited to 255 characters long.

<xs:element name="string">
    <xs:simpleType>
        <xs:restriction
            base="string"
        >
            <xs:enumeration
                value="255"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

The string element is defined by the Value complex type.

See also

Definition context of element in schema

Value

Possible immediate parent elements in schema instance

trueValue (BooleanElement)

falseValue (BooleanElement)

value (item)

value (ValueItem)

enabledValue (PolicyDefinition)

disabledValue (PolicyDefinition)

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013