S
slimzhao
<title>
<A ID="ID_1"/>
<B ID="ID_2"/>
<SomeThingElse ID="ID_1000"/>
</title>
What I want to do is to write a schema for <title>'s children, which
element type is restricted to <xs:attribute name="ID" type="ID">, but
it's name is variable.
Thanks any way.
<A ID="ID_1"/>
<B ID="ID_2"/>
<SomeThingElse ID="ID_1000"/>
</title>
What I want to do is to write a schema for <title>'s children, which
element type is restricted to <xs:attribute name="ID" type="ID">, but
it's name is variable.
Thanks any way.