Home | History | Annotate | Download | only in schemas
      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 
      5 	<xsd:attributeGroup name="attrGr.inters.5_1">
      6 		<xsd:anyAttribute namespace="##other"/>
      7 	</xsd:attributeGroup>	
      8 
      9 	<xsd:element name="imp.element"/>		
     10 
     11 	<xsd:attribute name="imp.attribute" type="xsd:string"/>
     12 
     13 	<xsd:group name="imp.group">
     14 		<xsd:sequence>
     15 			<xsd:element ref="imp:imp.element"/>
     16 		</xsd:sequence>
     17 	</xsd:group>
     18 
     19 	<xsd:complexType name="imp.complexType">
     20 		<xsd:attribute ref="imp:imp.attribute"/>
     21 	</xsd:complexType>
     22 
     23 </xsd:schema>
     24 
     25