anyAttr.importA.1_0.xsd 615 B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://IMPORT"
  3. xmlns:imp="http://IMPORT" xmlns:boo="http://BOO">
  4. <xsd:attributeGroup name="attrGr.inters.5_1">
  5. <xsd:anyAttribute namespace="##other"/>
  6. </xsd:attributeGroup>
  7. <xsd:element name="imp.element"/>
  8. <xsd:attribute name="imp.attribute" type="xsd:string"/>
  9. <xsd:group name="imp.group">
  10. <xsd:sequence>
  11. <xsd:element ref="imp:imp.element"/>
  12. </xsd:sequence>
  13. </xsd:group>
  14. <xsd:complexType name="imp.complexType">
  15. <xsd:attribute ref="imp:imp.attribute"/>
  16. </xsd:complexType>
  17. </xsd:schema>