3.1.4.1.2.1 GetLocationsRequest

The GetLocationsRequest element is the overall container of the information that is sent in the SOAP request to retrieve locations for network identifiers. The schema of the request body within the SOAP envelope is as follows:<4>

<xsd:element name="GetLocationsRequest">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="1" maxOccurs="1" name="Entity" type="tns:restrictedAnyURI" />
            <xsd:element minOccurs="0" maxOccurs="1" name="WAPBSSID" type="tns:EnetMacAddressType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="RSSI" type="xsd:unsignedByte" />
            <xsd:element minOccurs="0" maxOccurs="1" name="MAC" type="tns:EnetMacAddressType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="ChassisID" type="tns:LLDPChassisIDOrPortIDTLVType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="PortID" type="tns:LLDPChassisIDOrPortIDTLVType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="SubnetID" type="tns:IPAddress" />
            <xsd:element minOccurs="0" maxOccurs="1" name="IP" type="tns:IPAddress" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>