Annotation of embedaddon/libxml2/test/schemas/anyAttr.importB.1_0.xsd, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        !             3: 
        !             4:        <xsd:attributeGroup name="attrGr.inters.6_1">
        !             5:                <xsd:anyAttribute namespace="##other"/>
        !             6:        </xsd:attributeGroup>
        !             7: 
        !             8:        <xsd:complexType name="imp.type.base.inters.4_1">       
        !             9:                <xsd:anyAttribute namespace="##other" processContents="lax"/>   
        !            10:        </xsd:complexType>
        !            11: 
        !            12:        <xsd:complexType name="imp.type.base.derive.4_1">       
        !            13:                <xsd:anyAttribute namespace="##other" processContents="lax"/>   
        !            14:        </xsd:complexType>
        !            15: 
        !            16:        <xsd:complexType name="imp.type.base.derive.6"> 
        !            17:                <xsd:anyAttribute namespace="##other" processContents="lax"/>   
        !            18:        </xsd:complexType>
        !            19: 
        !            20: </xsd:schema>
        !            21: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>