User Profile

Collapse

Profile Sidebar

Collapse
emilyQ
emilyQ
Last Activity: Apr 14 '12, 02:03 PM
Joined: Mar 18 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • emilyQ
    replied to xsd problem
    in XML
    Gotcha. I just got confused Tag with Element. I can define different meaningful tag name.
    Thanks, Dormilich.
    See more | Go to post

    Leave a comment:


  • emilyQ
    replied to xsd problem
    in XML
    So how can I fix these kind of problem? Actually, I still have <Genre>, <Year>, <Price> respectively used twice in <Album> and <Song>. Can i just use another name?
    See more | Go to post

    Leave a comment:


  • emilyQ
    replied to xsd problem
    in XML
    Hi, Dormilich.
    Thanks for your reply.
    I do not quite understand what you mean. I think Album should be not empty, otherwise it makes no sense. It at least contains list of subelements like Genre, Year, Price etc. Could you please tell me more about your opinion? Do I have any syntax error in my xsd file?
    See more | Go to post

    Leave a comment:


  • emilyQ
    started a topic xsd problem
    in XML

    xsd problem

    I am new in learning XML. I have to create a XSD for my XML file.
    Below is my XSD file. But I got an error like this:
    s4s-elt-must-match.1: The content of 'Album' must match (annotation?, (simpleType | complexType)?, (unique | key | keyref)*)). A problem was found starting at: element. music.xsd

    I cannot figured it out. Could anyone help me? Thanks a lot!

    my xml file
    Code:
    <?xml version="1.0"
    ...
    See more | Go to post
No activity results to display
Show More
Working...