Advertisement
Guest User

Untitled

a guest
May 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  2. <xs:element name="MAPARESUMOS">
  3. <xs:complexType>
  4. <xs:sequence>
  5. <xs:element name="MAPARESUMO" maxOccurs="unbounded" minOccurs="0">
  6. <xs:complexType>
  7. <xs:sequence>
  8. <xs:element type="xs:string" name="ECF_LOJ"/>
  9. <xs:element type="xs:string" name="ECF_SER"/>
  10. <xs:element type="xs:string" name="DTEMISS"/>
  11. <xs:element type="xs:string" name="HOEMISS"/>
  12. <xs:element type="xs:string" name="NUM_COO"/>
  13. <xs:element type="xs:string" name="ECF_MOD"/>
  14. <xs:element type="xs:string" name="ECF_CAI"/>
  15. <xs:element type="xs:string" name="REI_OPE"/>
  16. <xs:element type="xs:string" name="CON_RED"/>
  17. <xs:element type="xs:string" name="GRANTOT"/>
  18. <xs:element type="xs:string" name="CANCELAMENTO"/>
  19. <xs:element type="xs:string" name="DESCONTO"/>
  20. <xs:element type="xs:string" name="VEN_BRU"/>
  21. <xs:element type="xs:string" name="VEN_LIQ"/>
  22. <xs:element type="xs:string" name="F1"/>
  23. <xs:element type="xs:string" name="I1"/>
  24. <xs:element type="xs:string" name="N1"/>
  25. <xs:element type="xs:string" name="QTD_ALI"/>
  26. <xs:element type="xs:string" name="ALI_01"/>
  27. <xs:element type="xs:string" name="IMP_01"/>
  28. <xs:element type="xs:string" name="BAS_01"/>
  29. <xs:element type="xs:string" name="ALI_ISS_01"/>
  30. <xs:element type="xs:string" name="IMP_ISS_01"/>
  31. <xs:element type="xs:string" name="BAS_ISS_01"/>
  32. </xs:sequence>
  33. </xs:complexType>
  34. </xs:element>
  35. </xs:sequence>
  36. </xs:complexType>
  37. </xs:element>
  38. </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement