2.2.4.20 t:BookingItemType Complex Type

The BookingItemType complex type is intended for internal use only.<47>

 <xs:complexType name="BookingItemType">
   <xs:complexContent>
     <xs:extension base="t:CalendarItemType">
       <xs:sequence>
         <xs:element name="ServiceId" type="t:GuidType" minOccurs="0"/>
         <xs:element name="StaffIds" type="t:ArrayOfItemIdsType" minOccurs="0"/>
         <xs:element name="CustomerId" type="t:ItemIdType" minOccurs="0"/>
         <xs:element name="CustomerName" type="xs:string" minOccurs="0"/>
         <xs:element name="CustomerEmail" type="xs:string" minOccurs="0"/>
         <xs:element name="CustomerPhone" type="xs:string" minOccurs="0"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

The following table lists the child elements of the BookingItemType complex type.

Element name

Type

Description

ServiceId

t:GuidType ([MS-OXWSXPROP] section 2.1.7)

For internal use only.

StaffIds

t:ArrayOfItemIdsType ([MS-OXWSCORE] section 2.2.4.8)

For internal use only

CustomerId

t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25)

For internal use only

CustomerName

xs:string ([XMLSCHEMA2] )

For internal use only

CustomerEmail

xs:string

For internal use only

CustomerPhone

xs:string

For internal use only