[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Re: ASN.1 is an XML Schema Language (Fix those list s!)and

  • To: "'Pete Kirkham'" <pete.kirkham@b...>, <xml-dev@l...>
  • Subject: RE: Re: ASN.1 is an XML Schema Language (Fix those list s!)and Binary XML not needed
  • From: "Alessandro Triglia" <sandro@m...>
  • Date: Fri, 7 Nov 2003 10:31:00 -0500
  • Importance: Normal
  • In-reply-to: <"031107121129Z.WT22061.122*/PN=Pete.Kirkham/OU=Technical/OU=NOTES/O=BAe MAA/PRMD=BAE/ADMD=GOLD 400/C=GB/"@MHS>

list limitation xml schemas


Pete Kirkham wrote:
> 
> How would you specify an XER encoding to XMI (http://www.omg. 
> org/technology/documents/formal/xmi.htm)? For example, an 
> instance of the example 
> PersonnelRecord at 
> http://asn1.elibel.tm.fr/en/xml/ASN1-as-an-XML-schema-notation.
> htm could be encoded in XMI as:
> 
> <PersonnelRecord dateOfHire="19710917">
>   <PersonnelRecord.title>Director</PersonnelRecord.title>
>   <PersonnelRecord.name>
>     <Name>
>       <Name.givenName>John</Name.givenName>
>       <Name.initial>P</Name.initial>      
>       <Name.familyName>Smith</Name.familyName>
>     </Name>
>   </PersonnelRecord.name>
>   <PersonnelRecord.nameOfSpouse>
>      <Name givenName="Mary" initial="T" familyName="Smith"/>
>   </PersonnelRecord.nameOfSpouse>
>   <PersonnelRecord.children>
>     <ChildInformation dateOfBirth="19571111">
>       <ChildInformation.name> 
>         <Name givenName="Ralph" initial="T" familyName="Smith"/>
>       </ChildInformation.name>
>     </ChildInformation>
>     <ChildInformation>
>       <ChildInformation.name> 
>       <Name givenName="Susan" initial="B">
>         <Name.familyName>Jones</Name.familyName>
>       </Name>        
>       
> <ChildInformation.dateOfBirth>19590717</ChildInformation.dateOfBirth>
>     </ChildInformation>
>   </PersonnelRecord.children>
>   <PersonnelRecord.number>51</PersonnelRecord.number>
> </PersonnelRecord>
> 
> The XMI encoding allows MOF-attributes to be either 
> XML-attributes or XML-child 
> elements whose tagnames use a dot notation; normally you 
> produce one form but you 
> have to read either. Would there be XER rules that map this 
> encoding to and from 
> the example ASN.1 type definition? 


In ASN.1/XER there is no way of saying that a given component of a SEQUENCE
may be encoded "either as a child element or as an attribute".  The only way
to achieve this is by defining two components with the same type, both
marked OPTIONAL, but then there is no formal constraint that can say
"exactly one of them two must be present":

	Name ::= SEQUENCE {
        givenNameAsElem [NAME AS "Name.givenName"] UTF8String OPTIONAL,
        givenName [ATTRIBUTE] UTF8String OPTIONAL,
        initialAsElem [NAME AS "Name.initial"] UTF8String OPTIONAL,
        initial [ATTRIBUTE] UTF8String OPTIONAL,        
        familyNameAsElem [NAME AS "Name.familyName"] UTF8String OPTIONAL,
        familyName [ATTRIBUTE] UTF8String OPTIONAL
	}

The same limitation exists in XML Schema.  If I am not mistaken, even in
RELAX NG (where it is possible to specify a choice between an element and an
attribute), you still need to include both in the pattern (so they aren't
really the *same* component).

Alessandro



> 
> 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.
> ********************************************************************
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org 
> <http://www.xml.org>, an initiative of OASIS 
<http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>

http://www.omg.org/technology/documents/formal/xmi.htm


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.