Skip to main content

BIN bqO7I Documentation

  • Author:

  • Version: 7

  • Description: this works, independent first, the opposite does not, see PijgG

  • Created: 2024-12-05

  • Modified: 2024-12-05

  • Source:

     Edit Bin W3C Schema Json-Schema Java Bean Code Default Value as XML

    Printers Embed Responsive

    <osk>
        <!-- this works, independent first -->
        <osk
            xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    	xsi:noNamespaceSchemaLocation='http://www.eleusoft.org/osk/osknons.xsd'
            xmlns:extra='http://eleusoft.org/schema/extra'>
            <datatypeLibrary prefix="xs" uri='http://www.w3.org/2001/XMLSchema-datatypes' />
            <schema name='com.eleusoft.test.imported' 
    		uri='http://www.example.org/imported-ns' >
                <simpleType name="PublicType" type='xs:long'/>
            </schema>
        </osk>
        <osk
            xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    	xsi:noNamespaceSchemaLocation='http://www.eleusoft.org/osk/osknons.xsd'
            xmlns:extra='http://eleusoft.org/schema/extra'>
            <datatypeLibrary prefix="xs" uri='http://www.w3.org/2001/XMLSchema-datatypes' />
            <schema name='com.eleusoft.tet' 
    		uri='http://www.example.org/importer' >
                <ns uri="http://www.example.org/imported-ns" prefix="imported"/>
                <complexType name="Importer" description='this works, independent first, the opposite does not, see bin:PijgG '>
                    <field name='Foo' type='imported:PublicType'/>
                </complexType>
            </schema>
        </osk>
    </osk>