OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] XML schema -- specify a relationship between attributes?

[ Lists Home | Date Index | Thread Index ]


You can specify such a constraint in an ASN.1 schema

MyType ::= SEQUENCE {
  bar SEQUENCE {
    name UTF8String,
    myattr BOOLEAN DEFAULT FALSE,
  } OPTIONAL,
}

NAME MyType as myElement
ATTRIBUTE MyType.bar.name
ATTRIBUTE MyType.bar.myattr

But I've no idea as to the current state of tool support for its use for XML.


Pete

********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS