<xs:element name="MACAddress" default="00-00-00-00-00-00">
<xs:annotation>
<xs:documentation xml:lang="en">This optional parameter is used to specify the MAC address that corresponds to the IP address. It can be used if the hardware cannot resolve it automatically using the "ARP" standard protocol.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-fA-F][0-9a-fA-F]-[0-9a-fA-F][0-9a-fA-F]-[0-9a-fA-F][0-9a-fA-F]-[0-9a-fA-F][0-9a-fA-F]-[0-9a-fA-F][0-9a-fA-F]-[0-9a-fA-F][0-9a-fA-F]"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |