Basic SimpleType
XML Schema SimpleType constructs are mapped directly to a Business Object Model PrimitiveType.
For example:
<simpleType name="SimpleType2"> <restriction base="string" /> </simpleType>
Maps to:
XML schema to Business Object Model data type mappings are described in section Data Type Mappings.
Copyright © Cloud Software Group, Inc. All rights reserved.