Sha256: c0357ecc2810ebea9ba6947778fb247b6467667c56751cf9991b3691ce00616b

Contents?: true

Size: 1010 Bytes

Versions: 3

Compression:

Stored size: 1010 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://connect.bookt.com/Schemas/Unit.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://connect.bookt.com/Schemas/Unit.xsd">
   <xs:complexType name="ArrayOfUnit">
      <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="unbounded" name="Unit" nillable="true" type="tns:Unit"/>
      </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfUnit" nillable="true" type="tns:ArrayOfUnit"/>
   <xs:complexType name="Unit">
      <xs:sequence>
         <xs:element minOccurs="0" name="ID" type="xs:int"/>
         <xs:element minOccurs="0" name="PropertyUnitID" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="UnitName" nillable="true" type="xs:string"/>
      </xs:sequence>
   </xs:complexType>
   <xs:element name="Unit" nillable="true" type="tns:Unit"/>
</xs:schema>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sekken-0.3.0 spec/fixtures/wsdl/bookt/bookt7.xsd
sekken-0.2.0 spec/fixtures/wsdl/bookt/bookt7.xsd
sekken-0.1.0 spec/fixtures/wsdl/bookt/bookt7.xsd