Broadworks-OCIP
view release on metacpan or search on metacpan
ocip_html/Services/OCISchemaServiceCallMeNow.xsd.html view on Meta::CPAN
background-color: #069;
}
/* Schema Component Representation table */
div.schemaComponent {
width: 90%;
}
div.schemaComponent div.contents {
font-family: Courier New, sans-serif;
font-size: 10pt;
padding: 5px;
}
/* Syntax characters */
div.schemaComponent div.contents {
color: #00f; /* blue */
}
/* Element and attribute tags */
div.schemaComponent div.contents .scTag {
color: #933; /* maroon */
}
/* Element and attribute content */
div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a {
color: black;
font-weight: bold;
}
/* Comments */
div.schemaComponent div.contents .comment {
color: #999; /* Light gray */
}
/******** Legend Section ********/
div#legend table, div#legend div {
margin-bottom: 3px;
}
div#legend div.hint {
color: #999; /* Light gray */
width: 90%;
margin-left: 1em;
margin-bottom: 2em;
}
/******** Glossary Section ********/
/* Glossary Terms */
.glossaryTerm {
font-weight: bold;
}
/******** Footer ********/
.footer {
font-size: 8pt;
}
</style>
<script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_SystemCallMeNowGetRequest_xibox', 'type_SystemCallMeNowGetResponse_xibox', 'type_SystemCallMeNowModifyRequest_xibox', 'type_UserCallMeNowAddCriteriaRequest_xibox', 'type_UserCallMeNowDeleteCriteriaRequest_xibox', 'type_U...
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_SystemCallMeNowGetRequest_scbox', 'type_SystemCallMeNowGetResponse_scbox', 'type_SystemCallMeNowModifyRequest_scbox', 'type_UserCallMeNowAddCriteriaRequest_scbox', 'type_UserCallMeNowDeleteCriteriaRequest...
/**
* Can get the ID of the button controlling
* a collapseable box by concatenating
* this string onto the ID of the box itself.
*/
var B_SFIX = "_button";
/**
* Counter of documentation windows
* Used to give each window a unique name
*/
var windowCount = 0;
/**
* Returns an element in the current HTML document.
*
* @param elementID Identifier of HTML element
* @return HTML element object
*/
function getElementObject(elementID) {
var elemObj = null;
if (document.getElementById) {
elemObj = document.getElementById(elementID);
}
return elemObj;
}
/**
* Closes a collapseable box.
*
* @param boxObj Collapseable box
* @param buttonObj Button controlling box
*/
function closeBox(boxObj, buttonObj) {
if (boxObj == null || buttonObj == null) {
// Box or button not found
} else {
// Change 'display' CSS property of box
boxObj.style.display="none";
// Change text of button
if (boxObj.style.display=="none") {
buttonObj.value=" + ";
}
}
}
/**
* Opens a collapseable box.
*
* @param boxObj Collapseable box
* @param buttonObj Button controlling box
*/
function openBox(boxObj, buttonObj) {
if (boxObj == null || buttonObj == null) {
// Box or button not found
} else {
// Change 'display' CSS property of box
boxObj.style.display="block";
ocip_html/Services/OCISchemaServiceCallMeNow.xsd.html view on Meta::CPAN
<a href="#type_CallMeNowToDnCriteria">Complex Type: <strong>CallMeNowToDnCriteria</strong>
</a>
</li>
<li>
<a href="#type_CallMeNowToDnCriteriaModify">Complex Type: <strong>CallMeNowToDnCriteriaModify</strong>
</a>
</li>
<li>
<a href="#type_SystemCallMeNowGetRequest">Complex Type: <strong>SystemCallMeNowGetRequest</strong>
</a>
</li>
<li>
<a href="#type_SystemCallMeNowGetResponse">Complex Type: <strong>SystemCallMeNowGetResponse</strong>
</a>
</li>
<li>
<a href="#type_SystemCallMeNowModifyRequest">Complex Type: <strong>SystemCallMeNowModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowAddCriteriaRequest">Complex Type: <strong>UserCallMeNowAddCriteriaRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowDeleteCriteriaRequest">Complex Type: <strong>UserCallMeNowDeleteCriteriaRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowGetCriteriaRequest">Complex Type: <strong>UserCallMeNowGetCriteriaRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowGetCriteriaResponse">Complex Type: <strong>UserCallMeNowGetCriteriaResponse</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowGetRequest">Complex Type: <strong>UserCallMeNowGetRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowGetResponse">Complex Type: <strong>UserCallMeNowGetResponse</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowModifyCriteriaRequest">Complex Type: <strong>UserCallMeNowModifyCriteriaRequest</strong>
</a>
</li>
<li>
<a href="#type_UserCallMeNowModifyRequest">Complex Type: <strong>UserCallMeNowModifyRequest</strong>
</a>
</li>
<li>
<a href="#type_CallMeNowAnswerConfirmation">Simple Type: <strong>CallMeNowAnswerConfirmation</strong>
</a>
</li>
<li>
<a href="#type_CallMeNowPasscodeLength">Simple Type: <strong>CallMeNowPasscodeLength</strong>
</a>
</li>
<li>
<a href="#type_CallMeNowPasscodeTimeoutSeconds">Simple Type: <strong>CallMeNowPasscodeTimeoutSeconds</strong>
</a>
</li>
</ul>
</li>
</ul>
<ul style="margin-top: 0em" id="legendTOC">
<li>
<a href="#Legend">Legend</a>
</li>
</ul>
<ul style="margin-top: 0em" id="glossaryTOC">
<li>
<a href="#Glossary">Glossary</a>
</li>
</ul>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h2>
<a name="SchemaProperties">Schema Document Properties</a>
</h2>
<table class="properties">
<tr>
<th>
<a href="#term_TargetNS" title="Look up 'Target Namespace' in glossary">Target Namespace</a>
</th>
<td>None</td>
</tr>
<tr>
<th>Element and Attribute Namespaces</th>
<td>
<ul>
<li>Global element and attribute declarations belong to this schema's target namespace.</li>
<li>By default, local element declarations belong to this schema's target namespace.</li>
<li>By default, local attribute declarations belong to this schema's target namespace.</li>
</ul>
</td>
</tr>
<tr>
<th>Schema Composition</th>
<td>
<ul>
<li>This schema imports schema(s) from the following namespace(s):<ul>
<li>
<em>C</em> (at <a href="../OCISchemaBASE.xsd.html" title="Jump to schema documentation for '../OCISchemaBASE.xsd'.">../OCISchemaBASE.xsd</a>)</li>
</ul>
</li>
<li>This schema includes components from the following schema document(s):<ul>
<li>
<a href="../OCISchemaDataTypes.xsd.html" title="Jump to schema documentation for '../OCISchemaDataTypes.xsd'.">../OCISchemaDataTypes.xsd</a>
</li>
</ul>
</li>
</ul>
</td>
</tr>
</table>
<h3>Declared Namespaces</h3>
<table class="namespaces">
ocip_html/Services/OCISchemaServiceCallMeNow.xsd.html view on Meta::CPAN
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_SystemCallMeNowGetResponse">SystemCallMeNowGetResponse</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to "OCIDataResponse" type definition(located in external schema documentation)." class="externalLin...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>SystemCallMeNowGetResponse</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Response to SystemCallMeNowGetRequest.
</td>
</tr>
<tr>
<th>Application Data</th>
<td>
<code><asDataModeSupported> <div style="margin-left: 1.5em">true</div></asDataModeSupported></code>
<code><hssDataModeSupported> <div style="margin-left: 1.5em">false</div></hssDataModeSupported></code>
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallMeNowGetResponse_xibox'); return false;" class="control" id="type_SystemCallMeNowGetResponse_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_SystemCallMeNowGetResponse_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCIResponse" type definition could not be found." onclick="alert('"OCIResponse" type definition could not be found.');">OCIResponse</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><passcodeLength> <span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to "CallMeNowPasscodeLength" type definition.">CallMeNowPasscodeLength</a>
</span> </passcodeLength> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><passcodeTimeoutSeconds> <span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to "CallMeNowPasscodeTimeoutSeconds" type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span> </passcodeTimeoutSeconds> <span class="occurs">[1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowGetResponse_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallMeNowGetResponse_scbox'); return false;" class="control" id="type_SystemCallMeNowGetResponse_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>...
</div>
<div class="contents" id="type_SystemCallMeNowGetResponse_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCallMeNowGetResponse</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complexContent</span...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIDataResponse" title="Jump to "OCIDataResponse" type definition(located in external schema documentation)." class="externalLin...
</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeLength</span>" <span ...
<span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to "CallMeNowPasscodeLength" type definition.">CallMeNowPasscodeLength</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to "CallMeNowPasscodeTimeoutSeconds" type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span>
</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>></div></<span class="scTag">xs:complexType</span>></div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowGetResponse_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_SystemCallMeNowModifyRequest">SystemCallMeNowModifyRequest</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>SystemCallMeNowModifyRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Modify the system level data associated with Call me now service.
The response is either a SuccessResponse or an ErrorResponse.
</td>
</tr>
<tr>
<th>Application Data</th>
<td>
<code><asDataModeSupported> <div style="margin-left: 1.5em">true</div></asDataModeSupported></code>
<code><hssDataModeSupported> <div style="margin-left: 1.5em">false</div></hssDataModeSupported></code>
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallMeNowModifyRequest_xibox'); return false;" class="control" id="type_SystemCallMeNowModifyRequest_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>...
</div>
<div class="contents" id="type_SystemCallMeNowModifyRequest_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCICommand" type definition could not be found." onclick="alert('"OCICommand" type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><passcodeLength> <span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to "CallMeNowPasscodeLength" type definition.">CallMeNowPasscodeLength</a>
</span> </passcodeLength> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><passcodeTimeoutSeconds> <span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to "CallMeNowPasscodeTimeoutSeconds" type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span> </passcodeTimeoutSeconds> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_SystemCallMeNowModifyRequest_scbox'); return false;" class="control" id="type_SystemCallMeNowModifyRequest_scbox_button" type="button" /> <span class="caption">Schema Component Representation</s...
</div>
<div class="contents" id="type_SystemCallMeNowModifyRequest_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:complexType</span> <span class="scTag">name</span>="<span class="scContent">SystemCallMeNowModifyRequest</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:complexContent</sp...
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeLength</span>" <span ...
<span class="type">
<a href="#type_CallMeNowPasscodeLength" title="Jump to "CallMeNowPasscodeLength" type definition.">CallMeNowPasscodeLength</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">passcodeTimeoutSeconds</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_CallMeNowPasscodeTimeoutSeconds" title="Jump to "CallMeNowPasscodeTimeoutSeconds" type definition.">CallMeNowPasscodeTimeoutSeconds</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_SystemCallMeNowModifyRequest_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Complex Type: <a class="name" name="type_UserCallMeNowAddCriteriaRequest">UserCallMeNowAddCriteriaRequest</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'core' prefix" href="#ns_core">core</a>:<a href="../OCISchemaBASE.xsd.html#type_OCIRequest" title="Jump to "OCIRequest" type definition(located in external schema documentation)." class="externalLink">OCIRequ...
</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>UserCallMeNowAddCriteriaRequest</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Add a criterion to the user's call me now service. The criterion added is automatically active.
The response is either a SuccessResponse or an ErrorResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_UserCallMeNowAddCriteriaRequest_xibox'); return false;" class="control" id="type_UserCallMeNowAddCriteriaRequest_xibox_button" type="button" /> <span class="caption">XML Instance Representation<...
</div>
<div class="contents" id="type_UserCallMeNowAddCriteriaRequest_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
<a href="javascript:void(0)" title=""OCICommand" type definition could not be found." onclick="alert('"OCICommand" type definition could not be found.');">OCICommand</a>
</span>' super type was not found in this schema. Some elements and attributes may be missing. --></div>
<div style="margin-left: 1.5em" class="newFields"><userId> <span class="type">
<a href="../OCISchemaDataTypes.xsd.html#type_UserId" title="Jump to "UserId" type definition(located in external schema documentation)." class="externalLink">UserId</a>
</span> </userId> <span class="occurs">[1]</span>
</div>
ocip_html/Services/OCISchemaServiceCallMeNow.xsd.html view on Meta::CPAN
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallMeNowPasscodeLength">CallMeNowPasscodeLength</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallMeNowPasscodeLength</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>2 <= <em xmlns="http://www.w3.org/1999/xhtml">value</em> <= 30</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
Maximum number of characters for Call Me Now passcode.
</td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallMeNowPasscodeLength_scbox'); return false;" class="control" id="type_CallMeNowPasscodeLength_scbox_button" type="button" /> <span class="caption">Schema Component Representation</span>
</div>
<div class="contents" id="type_CallMeNowPasscodeLength_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallMeNowPasscodeLength</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:restriction</span> <span...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">2</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">30</span>"/></div></<span class="scTag">xs:restriction</span>></div></<span class="scTag">xs:simpleTy...
</div>
<script type="text/javascript">
<!--
setState('type_CallMeNowPasscodeLength_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<h3>Simple Type: <a class="name" name="type_CallMeNowPasscodeTimeoutSeconds">CallMeNowPasscodeTimeoutSeconds</a>
</h3>
<table class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span> (derivation method: restriction)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>None</td>
</tr>
</table>
<table class="properties">
<tr>
<th>Name</th>
<td>CallMeNowPasscodeTimeoutSeconds</td>
</tr>
<tr>
<th>Content</th>
<td>
<ul>
<li>Base XSD Type: int</li>
</ul>
<ul>
<li>30 <= <em xmlns="http://www.w3.org/1999/xhtml">value</em> <= 180</li>
</ul>
</td>
</tr>
<tr xmlns="">
<th>Documentation</th>
<td>
Timeout in seconds for call me now passcode validation.
</td>
</tr>
</table>
<div class="schemaComponent box">
<div>
<input style="display: none" onclick="switchState('type_CallMeNowPasscodeTimeoutSeconds_scbox'); return false;" class="control" id="type_CallMeNowPasscodeTimeoutSeconds_scbox_button" type="button" /> <span class="caption">Schema Component Representat...
</div>
<div class="contents" id="type_CallMeNowPasscodeTimeoutSeconds_scbox">
<div style="margin-left: 0em"><<span class="scTag">xs:simpleType</span> <span class="scTag">name</span>="<span class="scContent">CallMeNowPasscodeTimeoutSeconds</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:restriction</spa...
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:int</span>
</span>"><div style="margin-left: 1.5em"><<span class="scTag">xs:minInclusive</span> <span class="scTag">value</span>="<span class="scContent">30</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:maxInclusive</span> <span class="scTag">value</span>="<span class="scContent">180</span>"/></div></<span class="scTag">xs:restriction</span>></div></<span class="scTag">xs:simpleT...
</div>
<script type="text/javascript">
<!--
setState('type_CallMeNowPasscodeTimeoutSeconds_scbox', false);
// -->
</script>
</div>
<div style="text-align: right; clear: both;">
<a href="#top">top</a>
</div>
<hr />
<div id="legend">
<h2>
<a name="Legend">Legend</a>
</h2>
<div style="float: left; width: 15em;">
<h3 style="margin-bottom: 0px;">Complex Type:</h3>
<div style="margin-left: 0em;" class="hint">Schema Component Type</div>
</div>
<div style="float: left; width: 15em;">
<h3 style="margin-bottom: 0px;">
<span class="name">AusAddress</span>
</h3>
<div style="margin-left: 0em;" class="hint">Schema Component Name</div>
</div>
<table style="clear : both" class="hierarchy">
<tr>
<th>Parent type:</th>
<td>
<span style="color: #0000FF; text-decoration:underline;" class="type">Address</span> (derivation method: extension)</td>
</tr>
<tr>
<th>Sub-types:</th>
<td>
<ul>
<li>
<span style="color: #0000FF; text-decoration:underline;" class="type">QLDAddress</span> (by restriction)</li>
</ul>
</td>
</tr>
</table>
<div class="hint">If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.</div>
<table class="properties">
<tr>
<th>Name</th>
<td>AusAddress</td>
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
</table>
<div class="hint">The table above displays the properties of this schema component.</div>
<div class="sample box">
<div>
<span class="caption">XML Instance Representation</span>
</div>
<div class="contents">
<span style="margin-left: 0em"><...</span>
<span class="newFields">
<span> country="<span class="fixed">Australia</span>"</span>
</span>> <br />
( run in 2.334 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )