namespace | http://www.cisco.com/AXL/API/15.0 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XMatrixValue"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Use System Default"/> <xsd:enumeration value="No Reservation"/> <xsd:enumeration value="Optional(Video Desired)"/> <xsd:enumeration value="Mandatory"/> <xsd:enumeration value="Mandatory(Video Desired)"/> <xsd:enumeration value="Allow Subscription"/> <xsd:enumeration value="Disallow Subscription"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |