http://adgear.com/api/schemas/xml#output
complexType _urls

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#output}_urls (restriction)

Documentation
				A list of contextual API end points the API consumer may be interested in following to perform various actions
		
Properties
This component is not nillable.

Model
<...
  type = xs:NMTOKEN>
_url
</...>


Nested Element Summary
 _url
           Information regarding a single API end point  

Attribute Summary
 xs:NMTOKENtype
          

Attribute Detail

type

Type:
xs:NMTOKEN
Fixed:
array
Use:
required
Form:
unqualified

Source
<xs:complexType name="_urls">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="_url">
<xs:complexType>
<xs:all>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="method">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="GET"/>
<xs:enumeration value="POST"/>
<xs:enumeration value="PUT"/>
<xs:enumeration value="DELETE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="url" type="adgear:anyURI">
</xs:element>
<xs:element name="input_element" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="output_element" nillable="true" type="adgear:string">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.