Guest User

Untitled

a guest
Jan 20th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <xsd:complexType name="BaseElement">
  2. <xsd:attribute name="id" type="xsd:string" />
  3. </xsd:complexType>
  4.  
  5. <xsd:complexType name="Element">
  6. <xsd:complexContent>
  7. <xsd:restriction base="BaseElement">
  8. <xsd:attribute name="id" type="xsd:idNewType" />
  9. </xsd:restriction>
  10. <xsd:extension base="identifiedEntityType">
  11. <xsd:attribute name="attr2" type="xsd:string"/>
  12. <xsd:attribute name="attr3" type="xsd:string"/>
  13. </xsd:extension>
  14. </xsd:complexContent>
  15. </xsd:complexType>
Add Comment
Please, Sign In to add comment