Unanswered xml schema

  • Mittwoch, 21. November 2007 23:20
     
     
    Good evening, I want to build a xml schema
    the attribute name must be unique but not ID (I have the same value in other tags )
    <group ids="1">
       <class name="min">
       <class name="mad">
       <pid name="siz">
    </group>

    <group ids="2">
       <class name="min">
       <class name="mad">
       <pid name="siz">
    </group>

    This example is wrong

    <group ids="1">
       <class name="min">
       <class name="min">
       <pid name="siz">
    </group>

    <group ids="2">
       <class name="min">
       <class name="siz">
       <pid name="siz">
    </group>

    The use of xsd: key makes just the name  single tag unique




Alle Antworten

  • Mittwoch, 5. Dezember 2007 17:52
     
     

    Hi Gazalii,

     

    this forum is on Open XML development using the Microsoft SDK for Open XML, please post your message to an XML schema related forum.

     

    Thanks,

     

    Wouter