complexType UpdateDateTimeGroupReq
diagram AXLSoap_p15118.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName timeZone separator dateformat timeFormat removePhoneNtpReferences addPhoneNtpReferences phoneNtpReferences
used by
element updateDateTimeGroup
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateDateTimeGroupReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="timeZone" type="axlapi:XTimeZone" default="Europe/London" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="separator" type="xsd:string" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>It can be one among / (slash), . (dot), - (dash)</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="dateformat" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>It can be one among D/M/Y,M/D/Y,Y/M/D</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="timeFormat" type="xsd:string" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>It can be one among 12-hour,24-hour</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:choice minOccurs="0">
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="removePhoneNtpReferences" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="addPhoneNtpReferences" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
         
<xsd:element name="phoneNtpReferences" minOccurs="0" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:complexContent>
               
<xsd:extension base="axlapi:XCommonMembersExtension">
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>
                 
</xsd:sequence>
               
</xsd:extension>
             
</xsd:complexContent>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateDateTimeGroupReq/newName
diagram AXLSoap_p15119.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDateTimeGroupReq/timeZone
diagram AXLSoap_p15120.png
type axlapi:XTimeZone
properties
minOcc 0
maxOcc 1
content simple
default Europe/London
nillable false
source <xsd:element name="timeZone" type="axlapi:XTimeZone" default="Europe/London" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDateTimeGroupReq/separator
diagram AXLSoap_p15121.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
It can be one among / (slash), . (dot), - (dash)
source <xsd:element name="separator" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>It can be one among / (slash), . (dot), - (dash)</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDateTimeGroupReq/dateformat
diagram AXLSoap_p15122.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
It can be one among D/M/Y,M/D/Y,Y/M/D
source <xsd:element name="dateformat" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>It can be one among D/M/Y,M/D/Y,Y/M/D</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDateTimeGroupReq/timeFormat
diagram AXLSoap_p15123.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
It can be one among 12-hour,24-hour
source <xsd:element name="timeFormat" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>It can be one among 12-hour,24-hour</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDateTimeGroupReq/removePhoneNtpReferences
diagram AXLSoap_p15124.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children selectedPhoneNtpReference
source <xsd:element name="removePhoneNtpReferences" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateDateTimeGroupReq/removePhoneNtpReferences/selectedPhoneNtpReference
diagram AXLSoap_p15125.png
type axlapi:XDateTimeGroupNtpReference
properties
minOcc 1
maxOcc unbounded
content complex
children phoneNtpName selectionOrder
source <xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>

element UpdateDateTimeGroupReq/addPhoneNtpReferences
diagram AXLSoap_p15126.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children selectedPhoneNtpReference
source <xsd:element name="addPhoneNtpReferences" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateDateTimeGroupReq/addPhoneNtpReferences/selectedPhoneNtpReference
diagram AXLSoap_p15127.png
type axlapi:XDateTimeGroupNtpReference
properties
minOcc 1
maxOcc unbounded
content complex
children phoneNtpName selectionOrder
source <xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>

element UpdateDateTimeGroupReq/phoneNtpReferences
diagram AXLSoap_p15128.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children selectedPhoneNtpReference
source <xsd:element name="phoneNtpReferences" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateDateTimeGroupReq/phoneNtpReferences/selectedPhoneNtpReference
diagram AXLSoap_p15129.png
type axlapi:XDateTimeGroupNtpReference
properties
minOcc 1
maxOcc unbounded
content complex
children phoneNtpName selectionOrder
source <xsd:element name="selectedPhoneNtpReference" type="axlapi:XDateTimeGroupNtpReference" minOccurs="1" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy