Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. (...)
  2. <xs:complexType name="ExportType">
  3. <xs:sequence>
  4. <xs:element name="Statements" type="statementstype:StatementsType" minOccurs="0" maxOccurs="1"/>
  5. <xs:element name="Operation" type="operationtype:OperationType" minOccurs="1" maxOccurs="1"/>
  6. <xs:element name="SelectedLanguageDescriptions" type="languagedescriptionstype:LanguageDescriptionsType" minOccurs="0" maxOccurs="1"/>
  7. </xs:sequence>
  8. </xs:complexType>
  9. (...)
  10. <xs:complexType name="OperationType">
  11. <xs:choice>
  12. <xs:element name="Extract" type="extracttype:ExtractType"/>
  13. <xs:element name="Retrieve" type="retrievetype:RetrieveType"/>
  14. <xs:element name="SynchronisationExtract" type="synchronisationextracttype:SynchronisationExtractType"/>
  15. </xs:choice>
  16. </xs:complexType>
  17. (...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement