Guest User

Untitled

a guest
Jan 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <xs:element name="MyReport" type="MyReportType" />
  2. <xs:complexType name="MyReportType">
  3. <xs:all>
  4. <xs:element name="Header" type="HeaderType" />
  5. <xs:element name="Values" type="ValuesType" />
  6. <xs:element name="Events" type="EventsType" />
  7. </xs:all>
  8. </xs:complexType>
  9.  
  10. <MyReport>
  11. <Header />
  12. <Values />
  13. <Events />
  14. </MyReport>
Add Comment
Please, Sign In to add comment