complexType XTimePeriod
diagram axlapi_p15251.png
namespace http://www.cisco.com/AXL/API/8.5
children name startTime endTime startDay endDay monthOfYear dayOfMonth description isPublished todOwnerIdName dayOfMonthEnd monthOfYearEnd
used by
element AddTimePeriodReq/timePeriod
source <xsd:complexType name="XTimePeriod">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="startTime" type="axlapi:XTimeOfDay" default="No Office Hours" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="endTime" type="axlapi:XTimeOfDay" default="No Office Hours" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="startDay" type="axlapi:XDayOfWeek" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="endDay" type="axlapi:XDayOfWeek" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="monthOfYear" type="axlapi:XMonthOfYear" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dayOfMonth" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="isPublished" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>TimePeriod cannot be published if it has a todOwnerId assigned to it. Only Administrative Time Period can be published.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="todOwnerIdName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dayOfMonthEnd" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="monthOfYearEnd" type="axlapi:XMonthOfYear" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XTimePeriod/name
diagram axlapi_p15252.png
type axlapi:String50
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>

element XTimePeriod/startTime
diagram axlapi_p15253.png
type axlapi:XTimeOfDay
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default No Office Hours
nillable false
source <xsd:element name="startTime" type="axlapi:XTimeOfDay" default="No Office Hours" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/endTime
diagram axlapi_p15254.png
type axlapi:XTimeOfDay
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default No Office Hours
nillable false
source <xsd:element name="endTime" type="axlapi:XTimeOfDay" default="No Office Hours" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/startDay
diagram axlapi_p15255.png
type axlapi:XDayOfWeek
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default None
nillable false
source <xsd:element name="startDay" type="axlapi:XDayOfWeek" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/endDay
diagram axlapi_p15256.png
type axlapi:XDayOfWeek
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default None
nillable false
source <xsd:element name="endDay" type="axlapi:XDayOfWeek" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/monthOfYear
diagram axlapi_p15257.png
type axlapi:XMonthOfYear
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default None
nillable false
source <xsd:element name="monthOfYear" type="axlapi:XMonthOfYear" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/dayOfMonth
diagram axlapi_p15258.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
source <xsd:element name="dayOfMonth" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/description
diagram axlapi_p15259.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/isPublished
diagram axlapi_p15260.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
annotation
documentation
TimePeriod cannot be published if it has a todOwnerId assigned to it. Only Administrative Time Period can be published.
source <xsd:element name="isPublished" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>TimePeriod cannot be published if it has a todOwnerId assigned to it. Only Administrative Time Period can be published.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XTimePeriod/todOwnerIdName
diagram axlapi_p15261.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="todOwnerIdName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/dayOfMonthEnd
diagram axlapi_p15262.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
nillable false
source <xsd:element name="dayOfMonthEnd" type="axlapi:XInteger" default="0" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTimePeriod/monthOfYearEnd
diagram axlapi_p15263.png
type axlapi:XMonthOfYear
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default None
nillable false
source <xsd:element name="monthOfYearEnd" type="axlapi:XMonthOfYear" default="None" nillable="false" minOccurs="0" maxOccurs="1"/>


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