[Home] [By Thread] [By Date] [Recent Entries]

  • To: Chiusano Joseph <chiusano_joseph@b...>, Stewart Johnson <stew@f...>, xml-dev@l...
  • Subject: RE: XML schema -- specify a relationship between attributes?
  • From: "Kirkham, Pete (UK)" <pete.kirkham@b...>
  • Date: Tue, 23 Nov 2004 11:03:01 +0000
  • Thread-index: AcTQzZjgrB6QVWbRT5aZhryDXAPyyQACCnngABzSMSA=
  • Thread-topic: XML schema -- specify a relationship between attributes?


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.
********************************************************************

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member