complexType XLicenseUnitReport
diagram AXLAPI_p15758.png
namespace http://www.cisco.com/AXL/API/9.0
children serverName phoneLicenseFeature ccmNodeLicenseFeature softwareLicenseVersion
used by
element GetLicenseUnitReportRes/return/licenseUnitReport
source <xsd:complexType name="XLicenseUnitReport">
 
<xsd:sequence>
   
<xsd:element name="serverName" type="axlapi:String255" minOccurs="0"/>
   
<xsd:element name="phoneLicenseFeature" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="unitsAuthorized" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="unitsUsed" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="unitsRemaining" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="unitsPending" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="ccmNodeLicenseFeature" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="unitsAuthorized" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="unitsUsed" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="unitsRemaining" type="xsd:nonNegativeInteger" minOccurs="0"/>
         
<xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="softwareLicenseVersion" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="swVersion" type="axlapi:String50" minOccurs="0"/>
         
<xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element XLicenseUnitReport/serverName
diagram AXLAPI_p15759.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="serverName" type="axlapi:String255" minOccurs="0"/>

element XLicenseUnitReport/phoneLicenseFeature
diagram AXLAPI_p15760.png
properties
minOcc 0
maxOcc 1
content complex
children unitsAuthorized unitsUsed unitsRemaining unitsPending status
source <xsd:element name="phoneLicenseFeature" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="unitsAuthorized" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="unitsUsed" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="unitsRemaining" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="unitsPending" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XLicenseUnitReport/phoneLicenseFeature/unitsAuthorized
diagram AXLAPI_p15761.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsAuthorized" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/phoneLicenseFeature/unitsUsed
diagram AXLAPI_p15762.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsUsed" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/phoneLicenseFeature/unitsRemaining
diagram AXLAPI_p15763.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsRemaining" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/phoneLicenseFeature/unitsPending
diagram AXLAPI_p15764.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsPending" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/phoneLicenseFeature/status
diagram AXLAPI_p15765.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>

element XLicenseUnitReport/ccmNodeLicenseFeature
diagram AXLAPI_p15766.png
properties
minOcc 0
maxOcc 1
content complex
children unitsAuthorized unitsUsed unitsRemaining status
source <xsd:element name="ccmNodeLicenseFeature" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="unitsAuthorized" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="unitsUsed" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="unitsRemaining" type="xsd:nonNegativeInteger" minOccurs="0"/>
     
<xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XLicenseUnitReport/ccmNodeLicenseFeature/unitsAuthorized
diagram AXLAPI_p15767.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsAuthorized" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/ccmNodeLicenseFeature/unitsUsed
diagram AXLAPI_p15768.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsUsed" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/ccmNodeLicenseFeature/unitsRemaining
diagram AXLAPI_p15769.png
type xsd:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="unitsRemaining" type="xsd:nonNegativeInteger" minOccurs="0"/>

element XLicenseUnitReport/ccmNodeLicenseFeature/status
diagram AXLAPI_p15770.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>

element XLicenseUnitReport/softwareLicenseVersion
diagram AXLAPI_p15771.png
properties
minOcc 0
maxOcc 1
content complex
children swVersion status
source <xsd:element name="softwareLicenseVersion" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="swVersion" type="axlapi:String50" minOccurs="0"/>
     
<xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XLicenseUnitReport/softwareLicenseVersion/swVersion
diagram AXLAPI_p15772.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="swVersion" type="axlapi:String50" minOccurs="0"/>

element XLicenseUnitReport/softwareLicenseVersion/status
diagram AXLAPI_p15773.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="status" type="axlapi:boolean" minOccurs="0"/>


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