XML schema datatypes
This section describes the schema constructs that correspond to XML Schema datatypes.
The following table lists some common XML Schema datatypes with their corresponding type property values in the schema designer.
XML Schema Datatype | Type Property | Value |
---|---|---|
simpleType | Intent > Validate As | XML_SIMPLETYPE |
complexType | Intent > Validate As | XML_COMPLEXTYPE |
element | Intent > Validate As | XML_ELEMENT |
attribute | Intent > Validate As | XML_ATTRIBUTE |
group | Intent > Validate As | XML_GROUP |