XML Schema Documentation

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 belong to this schema's target namespace.
  • By default, local attribute declarations belong to this schema's target namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
core C
Schema Component Representation
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:import namespace="C" schemaLocation="../OCISchemaBASE.xsd"/>
<xs:include schemaLocation="../OCISchemaDataTypes.xsd"/>
<xs:include schemaLocation="../OCISchemaSearchCriteria.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: GroupThirdPartyVoiceMailSupportGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupThirdPartyVoiceMailSupportGetRequest
Abstract no
Documentation Request the group level data associated with Third-Party Voice Mail Support. The response is either a GroupThirdPartyVoiceMailSupportGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupThirdPartyVoiceMailSupportGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupThirdPartyVoiceMailSupportGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupThirdPartyVoiceMailSupportGetResponse
Abstract no
Documentation Response to GroupThirdPartyVoiceMailSupportGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<groupServer> ThirdPartyVoiceMailSupportMailServer </groupServer> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupThirdPartyVoiceMailSupportGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="groupServer" type=" ThirdPartyVoiceMailSupportMailServer " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupThirdPartyVoiceMailSupportModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupThirdPartyVoiceMailSupportModifyRequest
Abstract no
Documentation Modify the Third Party Voice Mail Support settings for a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<isActive> xs:boolean </isActive> [0..1]
<groupServer> ThirdPartyVoiceMailSupportMailServer </groupServer> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupThirdPartyVoiceMailSupportModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="groupServer" type=" ThirdPartyVoiceMailSupportMailServer " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportAddDnRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportAddDnRequest
Abstract no
Documentation Request to add a ThirdPartyVoiceMailSupport User DN to the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber> DN </phoneNumber> [1]
<description> ThirdPartyVoiceMailDestinationDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportAddDnRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="phoneNumber" type=" DN "/>
<xs:element name="description" type=" ThirdPartyVoiceMailDestinationDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportDeleteDnRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportDeleteDnRequest
Abstract no
Documentation Request to delete a ThirdPartyVoiceMailSupport User DN from the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber> DN </phoneNumber> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportDeleteDnRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="phoneNumber" type=" DN "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportGetDnListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportGetDnListRequest
Abstract no
Documentation Request to get a list of ThirdPartyVoiceMailSupport User DN's defined in the system. The response is either a SystemThirdPartyVoiceMailSupportGetDnListResponse or an ErrorResponse. The search can be done using multiple criterion.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaSystemServiceDn> SearchCriteriaSystemServiceDn </searchCriteriaSystemServiceDn> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportGetDnListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaSystemServiceDn" type=" SearchCriteriaSystemServiceDn " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportGetDnListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportGetDnListResponse
Abstract no
Documentation Response to SystemThirdPartyVoiceMailSupportGetDnListRequest. Contains a table with a row for each ThirdPartyVoiceMailSupport User DN and column headings: "Phone Number", "Description"
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<thirdPartyVoiceMailSupportTable> core:OCITable </thirdPartyVoiceMailSupportTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportGetDnListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="thirdPartyVoiceMailSupportTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportGetRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportGetRequest17sp4
Abstract no
Documentation Request the system level data associated with Third-party Voice Mail Support. The response is either a SystemThirdPartyVoiceMailSupportGetResponse17sp4 or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportGetRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportGetResponse17sp4
Abstract no
Documentation Response to SystemThirdPartyVoiceMailSupportGetRequest17sp4.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<overrideAltCallerIdForVMRetrieval> xs:boolean </overrideAltCallerIdForVMRetrieval> [1]
<stripDiversionOnVMDestinationRetrieval> xs:boolean </stripDiversionOnVMDestinationRetrieval> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportGetResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="overrideAltCallerIdForVMRetrieval" type=" xs:boolean "/>
<xs:element name="stripDiversionOnVMDestinationRetrieval" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportModifyDnRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportModifyDnRequest
Abstract no
Documentation Request to modify a ThirdPartyVoiceMailSupport User DN and description in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber> DN </phoneNumber> [1]
<description> ThirdPartyVoiceMailDestinationDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportModifyDnRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="phoneNumber" type=" DN "/>
<xs:element name="description" type=" ThirdPartyVoiceMailDestinationDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemThirdPartyVoiceMailSupportModifyRequest
Abstract no
Documentation Modify the system level data associated with Third-party Voice Mail Support. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: stripDiversionOnVMDestinationRetrieval
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<overrideAltCallerIdForVMRetrieval> xs:boolean </overrideAltCallerIdForVMRetrieval> [0..1]
<stripDiversionOnVMDestinationRetrieval> xs:boolean </stripDiversionOnVMDestinationRetrieval> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemThirdPartyVoiceMailSupportModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="overrideAltCallerIdForVMRetrieval" type=" xs:boolean " minOccurs="0"/>
<xs:element name="stripDiversionOnVMDestinationRetrieval" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserThirdPartyVoiceMailSupportGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserThirdPartyVoiceMailSupportGetRequest17
Abstract no
Documentation Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse17 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserThirdPartyVoiceMailSupportGetRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserThirdPartyVoiceMailSupportGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserThirdPartyVoiceMailSupportGetResponse17
Abstract no
Documentation Response to UserThirdPartyVoiceMailSupportGetRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<busyRedirectToVoiceMail> xs:boolean </busyRedirectToVoiceMail> [1]
<noAnswerRedirectToVoiceMail> xs:boolean </noAnswerRedirectToVoiceMail> [1]
<serverSelection> ThirdPartyVoiceMailSupportServerSelection </serverSelection> [1]
<userServer> ThirdPartyVoiceMailSupportMailServer </userServer> [0..1]
<mailboxIdType> ThirdPartyVoiceMailSupportMailboxIdType </mailboxIdType> [1]
<mailboxURL> SIPURI </mailboxURL> [0..1]
<noAnswerNumberOfRings> ThirdPartyVoiceMailSupportNumberOfRings </noAnswerNumberOfRings> [1]
<alwaysRedirectToVoiceMail> xs:boolean </alwaysRedirectToVoiceMail> [1]
<outOfPrimaryZoneRedirectToVoiceMail> xs:boolean </outOfPrimaryZoneRedirectToVoiceMail> [1]
</...>
Schema Component Representation
<xs:complexType name="UserThirdPartyVoiceMailSupportGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="busyRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="noAnswerRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="serverSelection" type=" ThirdPartyVoiceMailSupportServerSelection "/>
<xs:element name="userServer" type=" ThirdPartyVoiceMailSupportMailServer " minOccurs="0"/>
<xs:element name="mailboxIdType" type=" ThirdPartyVoiceMailSupportMailboxIdType "/>
<xs:element name="mailboxURL" type=" SIPURI " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" ThirdPartyVoiceMailSupportNumberOfRings "/>
<xs:element name="alwaysRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="outOfPrimaryZoneRedirectToVoiceMail" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserThirdPartyVoiceMailSupportModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserThirdPartyVoiceMailSupportModifyRequest
Abstract no
Documentation Modify the Third Party Voice Mail Support settings for a user. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<isActive> xs:boolean </isActive> [0..1]
<busyRedirectToVoiceMail> xs:boolean </busyRedirectToVoiceMail> [0..1]
<noAnswerRedirectToVoiceMail> xs:boolean </noAnswerRedirectToVoiceMail> [0..1]
<serverSelection> ThirdPartyVoiceMailSupportServerSelection </serverSelection> [0..1]
<userServer> ThirdPartyVoiceMailSupportMailServer </userServer> [0..1]
<mailboxIdType> ThirdPartyVoiceMailSupportMailboxIdType </mailboxIdType> [0..1]
<mailboxURL> SIPURI </mailboxURL> [0..1]
<noAnswerNumberOfRings> ThirdPartyVoiceMailSupportNumberOfRings </noAnswerNumberOfRings> [0..1]
<alwaysRedirectToVoiceMail> xs:boolean </alwaysRedirectToVoiceMail> [0..1]
<outOfPrimaryZoneRedirectToVoiceMail> xs:boolean </outOfPrimaryZoneRedirectToVoiceMail> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserThirdPartyVoiceMailSupportModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="busyRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="noAnswerRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="serverSelection" type=" ThirdPartyVoiceMailSupportServerSelection " minOccurs="0"/>
<xs:element name="userServer" type=" ThirdPartyVoiceMailSupportMailServer " nillable="true" minOccurs="0"/>
<xs:element name="mailboxIdType" type=" ThirdPartyVoiceMailSupportMailboxIdType " minOccurs="0"/>
<xs:element name="mailboxURL" type=" SIPURI " nillable="true" minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" ThirdPartyVoiceMailSupportNumberOfRings " minOccurs="0"/>
<xs:element name="alwaysRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="outOfPrimaryZoneRedirectToVoiceMail" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: ThirdPartyVoiceMailDestinationDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ThirdPartyVoiceMailDestinationDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation ThirdPartyVoiceMailSupport User DN's Description.
Schema Component Representation
<xs:simpleType name="ThirdPartyVoiceMailDestinationDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ThirdPartyVoiceMailSupportMailboxIdType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ThirdPartyVoiceMailSupportMailboxIdType
Content
  • Base XSD Type: token
  • value comes from list: {'User Or Group Phone Number'|'URL'}
Documentation Mailbox Id type on Third Party Voice Mail platform.
Schema Component Representation
<xs:simpleType name="ThirdPartyVoiceMailSupportMailboxIdType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="User Or Group Phone Number"/>
<xs:enumeration value="URL"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ThirdPartyVoiceMailSupportMailServer

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ThirdPartyVoiceMailSupportMailServer
Content
  • Base XSD Type: token
  • length >= 1
Documentation Uniquely identifies an external voice mail server.
Schema Component Representation
<xs:simpleType name="ThirdPartyVoiceMailSupportMailServer">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="161"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ThirdPartyVoiceMailSupportNumberOfRings

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ThirdPartyVoiceMailSupportNumberOfRings
Content
  • Base XSD Type: int
  • value comes from list: {'0'|'2'|'3'|'4'|'5'|'6'|'7'|'8'|'9'|'10'|'11'|'12'|'13'|'14'|'15'|'16'|'17'|'18'|'19'|'20'}
Documentation Number of Rings until call is redirected to voice mail.
Schema Component Representation
<xs:simpleType name="ThirdPartyVoiceMailSupportNumberOfRings">
<xs:restriction base=" xs:int ">
<xs:enumeration value="0"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:enumeration value="10"/>
<xs:enumeration value="11"/>
<xs:enumeration value="12"/>
<xs:enumeration value="13"/>
<xs:enumeration value="14"/>
<xs:enumeration value="15"/>
<xs:enumeration value="16"/>
<xs:enumeration value="17"/>
<xs:enumeration value="18"/>
<xs:enumeration value="19"/>
<xs:enumeration value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ThirdPartyVoiceMailSupportServerSelection

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ThirdPartyVoiceMailSupportServerSelection
Content
  • Base XSD Type: token
  • value comes from list: {'Group Mail Server'|'User Specific Mail Server'}
Documentation Third Party Voice Mail user-level voice mail server choices.
Schema Component Representation
<xs:simpleType name="ThirdPartyVoiceMailSupportServerSelection">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Group Mail Server"/>
<xs:enumeration value="User Specific Mail Server"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Parent type: Address (derivation method: extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top