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