simpleType XMacAddress
namespace http://www.cisco.com/AXL/API/15.0
type restriction of xsd:string
properties
base xsd:string
used by
elements XProcessNode/mac UpdateProcessNodeReq/mac LProcessNode/mac RProcessNode/mac
facets
Kind Value Annotation
pattern ([0-9]|[a-f]|[A-F]){12}
source <xsd:simpleType name="XMacAddress">
 
<xsd:restriction base="xsd:string">
   
<xsd:pattern value="([0-9]|[a-f]|[A-F]){12}"/>
 
</xsd:restriction>
</xsd:simpleType>


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