Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Choice of sub-element or character-data in an element

From: Arshad Noor <arshad.noor@----------.--->
To: Michael Kay <mike@--------.--->
Date: 6/23/2008 10:13:00 AM
Appreciate the feedback, Michael.  I have chosen to use an
attribute with an empty elementB, rather than have two types
with the same name.  I was not clear if XML Schema could do
what I was attempting and thought I'd find out first before
making a decision.  Thanks.

Arshad Noor
StrongAuth, Inc.

Michael Kay wrote:
>>>  From what I understood you want something like this :
>>>
>>>
>>>     <xsd:element name="elementA">
>>>         <xsd:complexType>
>>>             <xsd:choice>
>>>
>>>                 <xsd:element name="elementB">
>>>                     <xsd:complexType>
>>>                         <xsd:sequence>
>>>                             <xsd:element name="elementC" 
>> type="xsd:string"/>
>>>                             <xsd:element name="elementD" 
>> type="xsd:string"/>
>>>                         </xsd:sequence>
>>>                     </xsd:complexType>
>>>                 </xsd:element>
>>>
>>>                 <xsd:element ref="elementB" />
>>>
>>>             </xsd:choice>
>>>         </xsd:complexType>
> 
> You can't have two elementB particles in the same content model with
> different types. When the validator sees an element named elementB in the
> input, it has to be able to go to the schema and discover what its expected
> type is.
> 
> In Schema 1.1 you can do this with assertions. Define a type with mixed
> content and two optional child elements, and then define an assertion to
> make the elements and the text mutually exclusive.
> 
> But I still think it's not a very good document design.
> 
> Michael Kay
> 

From arshad.noor@s... Tue Jun 24 00:15:27 2008
Received: from [128.30.52.63] (helo=


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent