Java class for GetMetadata element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="GetMetadata">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.xmlsoap.org/ws/2004/09/mex}Dialect" minOccurs="0"/>
<element ref="{http://schemas.xmlsoap.org/ws/2004/09/mex}Identifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|