provisioning_references

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema>
...
</xsd:schema>
top

Global Declarations

Element: referencedSettings

Name referencedSettings
Type referenceType
Nillable no
Abstract no
XML Instance Representation
<referencedSettings>
<URL> xsd:string </URL> [1..*]
</referencedSettings>
Schema Component Representation
<xsd:element name="referencedSettings" type="referenceType"/>
top

Global Definitions

Complex Type: referenceType

Super-types: None
Sub-types: None
Name referenceType
Abstract no
XML Instance Representation
<...>
<URL> xsd:string </URL> [1..*]
</...>
Schema Component Representation
<xsd:complexType name="referenceType">
<xsd:sequence>
<xsd:element name="URL" type="xsd:string" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
top