| diagram | 
					  | 
				
				
					| namespace | 
					http://www.cisco.com/AXL/API/15.0 | 
				
				
					| children | 
					field uuid returnedTags | 
				
				
					| used by | 
					 | 
				
				
					| attributes | 
					| Name   | Type   | Use   | Default   | Fixed   | Annotation |  | sequence   | xsd:unsignedLong   | optional   |    |    |   |  
  | 
				
				
					| source | 
					<xsd:complexType name="GetCustomUserFieldReq"> 
  <xsd:sequence> 
    <xsd:choice> 
      <xsd:element name="field" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/> 
      <xsd:element name="uuid" type="axlapi:XUUID"/> 
    </xsd:choice> 
    <xsd:element name="returnedTags" type="axlapi:RCustomUserField" minOccurs="0"/> 
  </xsd:sequence> 
  <xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/> 
</xsd:complexType> |