Definition Type Complex Type
Name errorT
Namespace http://mobility.usos.edu.pl
Abstract False
Documentation Used to carry information about a possible error of a web method invocation.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="errorT" >
  <xsd:annotation>
    <xsd:documentation>Used to carry information about a possible error of a web method invocation.</xsd:documentation>
  </xsd:annotation>

  <xsd:sequence>
    <xsd:element name="code" type="xsd:int"/>
    <xsd:element name="message" type="xsd:string"/>
  </xsd:sequence>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
errorT
    tns:error
References
tns:error
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 - Featuring XML Schema Doc Gen