Skip to content

Commit

Permalink
fix indentation in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Samsel committed Mar 9, 2016
1 parent 2f841ee commit dedfa3a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions xml/IXSI-ger.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2426,10 +2426,10 @@
<xs:documentation>Beziehen aller abonnierten Verbrauchsdaten.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CompleteExternalBooking" type="CompleteExternalBookingRequestType">
<xs:annotation>
<xs:element name="CompleteExternalBooking" type="CompleteExternalBookingResponseType">
<xs:annotation>
<xs:documentation>Bziehen aller abonnierter externen Buchungen.</xs:documentation>
</xs:annotation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
Expand Down
46 changes: 23 additions & 23 deletions xml/IXSI.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2299,14 +2299,14 @@
</xs:annotation>
</xs:element>
<xs:element name="ExternalBookingSubscription" type="ExternalBookingSubscriptionRequestType">
<xs:annotation>
<xs:documentation>Subscribe to external bookings.</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Subscribe to external bookings.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExternalBookingSubscriptionStatus" type="ExternalBookingSubscriptionStatusRequestType">
<xs:annotation>
<xs:documentation>Check external booking subscriptions.</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Check external booking subscriptions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
Expand Down Expand Up @@ -2358,14 +2358,14 @@
</xs:annotation>
</xs:element>
<xs:element name="ExternalBookingSubscription" type="ExternalBookingSubscriptionResponseType">
<xs:annotation>
<xs:documentation>Subscribe to external bookings.</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Subscribe to external bookings.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExternalBookingSubscriptionStatus" type="ExternalBookingSubscriptionStatusResponseType">
<xs:annotation>
<xs:documentation>Check external booking subscriptions.</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Check external booking subscriptions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
Expand Down Expand Up @@ -2397,9 +2397,9 @@
</xs:annotation>
</xs:element>
<xs:element name="CompleteExternalBooking" type="CompleteExternalBookingRequestType">
<xs:annotation>
<xs:documentation>Get all subscribed external bookings.</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Get all subscribed external bookings.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
Expand Down Expand Up @@ -2431,9 +2431,9 @@
</xs:annotation>
</xs:element>
<xs:element name="CompleteExternalBooking" type="CompleteExternalBookingResponseType">
<xs:annotation>
<xs:documentation>Get all subscribed external bookings.</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Get all subscribed external bookings.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
Expand Down Expand Up @@ -2464,11 +2464,11 @@
<xs:documentation>Push message for consumption data.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExternalBookingPush" type="ExternalBookingPushMessageType">
<xs:annotation>
<xs:documentation>Push message for external bookings.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExternalBookingPush" type="ExternalBookingPushMessageType">
<xs:annotation>
<xs:documentation>Push message for external bookings.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:group>
Expand Down

0 comments on commit dedfa3a

Please sign in to comment.