element <replaceRequest> (local)
Namespace:
Type:
Content:
complex, 4 attributes, 2 elements, elem. wildcard
Defined:
XML Representation Summary
<replaceRequest
   
 = 
xsd:int
 = 
xsd:int
 = 
xsd:string
 = 
"true"
   
>
   
Content: 
</replaceRequest>
Content model elements (2):
hs:attributes (type hs:redAttributeType), hs:options (type hs:replaceRequestOptionsType)
Included in content model of elements (1):
sendMeetingRequest
Annotation
This replace request can only affect the meeting invitation in question, and is thus constrained to be only @select="/m:myCalendar/m:event[@id=@eventId]/...". It will not be allowed to replace-on-null so that event creation cannot be a side-effect.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="replaceRequest" type="hs:replaceRequestType">
<xsd:annotation>
<xsd:documentation>
This replace request can only affect the meeting invitation in question, and is
thus constrained to be only @select="/m:myCalendar/m:event[@id=@eventId]/...".
It will not be allowed to replace-on-null so that event creation cannot be a
side-effect.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 4/4)
maxOccurs
Type:
Use:
optional
Defined:
locally within hs:replaceRequestType complexType
XML Source (see within schema source)
<xsd:attribute name="maxOccurs" type="maxOccursType"/>

minOccurs
Type:
Use:
optional
Defined:
locally within hs:replaceRequestType complexType
XML Source (see within schema source)
<xsd:attribute name="minOccurs" type="minOccursType"/>

select
Type:
Use:
required
Defined:
locally within hs:replaceRequestType complexType
This attribute must always select an <b>xdb:blue</b> or an <b>xdb:red</b>.
XML Source (see within schema source)
<xsd:attribute name="select" type="selectType" use="required">
<xsd:annotation>
<xsd:documentation>
<!--mode="prepend">-->
This attribute must always select an
<b>xdb:blue</b>
or an
<b>xdb:red</b>
.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

useClientIds
Type:
Use:
optional
Defined:
locally within hs:replaceRequestType complexType
XML Source (see within schema source)
<xsd:attribute name="useClientIds" type="useClientIdsType" use="optional"/>
Content Element Detail (all declarations; 3/3)
hs:attributes
Type:
hs:redAttributeType, empty content
Defined:
locally within hs:replaceRequestType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attributes" type="redAttributeType"/>

hs:options
Type:
Defined:
locally within hs:replaceRequestType complexType
TBD.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="options" type="replaceRequestOptionsType">
<xsd:annotation>
<xsd:documentation>
TBD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within hs:replaceRequestType complexType
This element is a placeholder that indicates where the content of the item being replaced is to be specified.
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
This element is a placeholder that indicates where the
content of the item being replaced is to be specified.
</xsd:documentation>
</xsd:annotation>
</xsd:any>