Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Appendix A: Datatype Compatibility

Web Services Guide

Web Services Guide

Attribute Properties

Attribute Properties

An attribute is a simple type. Elements and complex types contain attributes. Global attributes appear as part of the schema. When you select a global attribute in the
Schema
view, the Developer tool lists attribute properties and related type properties in the right panel of the screen.
The following table describes the attribute properties:
Property
Description
Name
The attribute name.
Description
Description of the attribute.
Type
The attribute type.
Value
The value of the attribute type. Indicates whether the value of the attribute type is fixed or has a default value. If no value is defined, the property displays default=0.
The following table describes the type properties:
Property
Description
Minimum Length
The minimum length of the type. Length is in bytes, characters, or items based on the type.
Maximum Length
The maximum length of the type. Length is in bytes, characters, or items based on the type.
Collapse Whitespace
Strips leading and trailing whitespace. Collapses multiple spaces to a single space.
Enumerations
Restrict the type to the list of legal values.
Patterns
Restrict the type to values defined by a pattern expression.

0 COMMENTS

We’d like to hear from you!