BackPrevious Topic  Next TopicNext

XML Schema Properties

This topic describes the properties of an Element ()/Attribute ()/Reference of Element () object in an XML schema in an XML connection.

Property Name Description
Data Type

Specifies the data type of the element or attribute. Designer imports the data type when importing the XML schema from XSD file or provides it when parsing from the XML source. This property on the reference of element is read only.

Default Value

Specifies the default value of the element or attribute. If the element or attribute has no specific value in the XML schema, Designer applies the default value you specify; otherwise, Designer applies the value in the XML schema for the element or attribute. This property on the reference of element is read only.

Fixed Value

Specifies the fixed value of the element or attribute, which Designer applies no matter there is a value for the element or attribute. This property on the reference of element is read only.

Format Pattern Designer enables this property when you set Format Pattern Type to "Customize". Select the ellipsis Ellipsis button in the value cell to open the Format Pattern dialog box to specify the pattern to format the Date, Time, or DateTime data in the XML schema.
Format Pattern Type Designer enables this property when the object is Date, Time, or DateTime data type. You can use it to specify the format pattern type for the data of the object. Choose an option from the drop-down list.
Is Multiple Shows whether the object occurs more than once in the XML instance. Read only.

The default value of this property is affected by the object's maxOccurs property in the XSD. When the value of maxOccurs is greater than 1 or unbounded, the default value for Is Multiple is "true"; otherwise, it is "false".

List Specifies whether to set the data type of an element or attribute as List. This property on the reference of element is read only.
List Delimiter Designer enables this property when you set List to "true". You can use it to specify the delimiter to separate the items in a list. Choose an option from the drop-down list.
Name Shows the name of the object in the XML instance. Read only.

Back to top

BackPrevious Topic  Next TopicNext