namespace | http://www.cisco.com/AXL/API/15.0 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XMonthOfYear"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="None"/> <xsd:enumeration value="Jan"/> <xsd:enumeration value="Feb"/> <xsd:enumeration value="Mar"/> <xsd:enumeration value="Apr"/> <xsd:enumeration value="May"/> <xsd:enumeration value="Jun"/> <xsd:enumeration value="Jul"/> <xsd:enumeration value="Aug"/> <xsd:enumeration value="Sep"/> <xsd:enumeration value="Oct"/> <xsd:enumeration value="Nov"/> <xsd:enumeration value="Dec"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |