simpleType XKeySize
namespace http://www.cisco.com/AXL/API/15.0
type union of (restriction of xsd:string, xsd:string)
used by
elements XApplicationUserCapfProfile/keySize UpdateApplicationUserCapfProfileReq/keySize XEndUserCapfProfile/keySize UpdateEndUserCapfProfileReq/keySize XPhoneSecurityProfile/keySize UpdatePhoneSecurityProfileReq/keySize XPhone/keySize UpdatePhoneReq/keySize XUniversalDeviceTemplate/keySize UpdateUniversalDeviceTemplateReq/keySize LApplicationUserCapfProfile/keySize LEndUserCapfProfile/keySize LPhoneSecurityProfile/keySize LPhone/keySize LUniversalDeviceTemplate/keySize RApplicationUserCapfProfile/keySize REndUserCapfProfile/keySize RPhoneSecurityProfile/keySize RPhone/keySize RUniversalDeviceTemplate/keySize
source <xsd:simpleType name="XKeySize">
 
<xsd:union>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="512"/>
       
<xsd:enumeration value="1024"/>
       
<xsd:enumeration value="2048"/>
       
<xsd:enumeration value="3072"/>
       
<xsd:enumeration value="4096"/>
     
</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