Search
 
SCRIPT & CODE EXAMPLE
 

HTML

shchema keyref et key use

<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="root">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="referenced">
                <xs:complexType>
                    <xs:attribute name="id" type="xs:string" />
                </xs:complexType>
            </xs:element>
          
            <xs:element name="owner">
                <xs:complexType>
                    <xs:attribute name="id" type="xs:string" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
   
 	 <xs:key name="aKey">
   	 	 <xs:selector xpath="owner" />
   		 <xs:field xpath="@id" />
	</xs:key>
    <xs:keyref name="aKeyRef" refer="aKey">
        <xs:selector xpath="referenced" />
        <xs:field xpath="@id" />
    </xs:keyref>
</xs:element>
Comment

PREVIOUS NEXT
Code Example
Html :: js does a return stop a while 
Html :: jokes 
Html :: json html encode 
Html :: divide in single rows html using div 
Html :: flexbox afbeeldingen 
Html :: tips for a perfect cake 
Html :: youtube download video html 
Html :: radio button in html 
Html :: html cite element 
Html :: cron job visit url each 15 min cpanel 
Html :: code html view mobile inspect link head metalink 
Html :: c# how to get src from html img 
Html :: Howt o get redirected to another page using a button in HTML using Python using Flask 
Html :: adminLTE infoboxes 
Html :: ajust aos 
Html :: them my login custom dashboard 
Html :: angular right click not working 
Html :: animated dot html 
Html :: fa fa-wrench fa-2x sunflower 
Html :: hii 
Html :: create a portfolio website with html css 
Html :: fluid html raw 
Html :: arduino wireless communication 
Html :: Restream html5 video player 
Html :: html5 mode 
Html :: html button ondrag 
Html :: Rollup failed to resolve import from "index.html". 
Html :: add .class to another class html 
Html :: index number in odoo reports 
Html :: Html Count div tags any website 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =