simpleType XLicensingState
namespace http://www.cisco.com/AXL/API/9.0
type union of (restriction of xsd:string, xsd:string)
source <xsd:simpleType name="XLicensingState">
 
<xsd:union>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="Demo"/>
       
<xsd:enumeration value="compliant"/>
       
<xsd:enumeration value="Overage"/>
       
<xsd:enumeration value="No Contact"/>
       
<xsd:enumeration value="Security Failure"/>
       
<xsd:enumeration value="No Provisioning"/>
       
<xsd:enumeration value="Grace"/>
     
</xsd:restriction>
   
</xsd:simpleType>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string"/>
   
</xsd:simpleType>
 
</xsd:union>
</xsd:simpleType>


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