Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


restriction design, inherit processContents="lax" for my namespace

From: Bryan Rasmussen <bry@------.--->
To: xml-dev@-----.---.---
Date: 9/9/2004 1:19:00 PM
-- 
Bryan Rasmussen

If I do the following restriction

	
<complexType name="InvoiceType">
<complexContent>
<restriction base="pie:laxInvoiceType">
<sequence>
 <element ref="com:ID"/>
		<element ref="com:IssueDate"/>
		<element ref="pie:TypeCode" maxOccurs="1"/>
		<element ref="main:InvoiceCurrencyCode" minOccurs="0"/>
		<element ref="com:Note" minOccurs="0"/>
		<element ref="com:BuyersReferenceID" minOccurs="0" />
		<element ref="com:ReferencedOrder" />
		<element ref="com:BuyerParty"/>
		<element ref="com:SellerParty"/>
		<element ref="com:PaymentMeans" minOccurs="0"/>
		<element ref="com:PaymentTerms" minOccurs="0"/>
		<element ref="com:AllowanceCharge" minOccurs="0" maxOccurs="unbounded"/>
		<element ref="com:TaxTotal" minOccurs="0" maxOccurs="unbounded"/>
		<element ref="com:LegalTotals"/>
		<element ref="com:InvoiceLine" maxOccurs="unbounded"/>
		<element ref="com:ValidatedSignature" minOccurs="0"/>
				</sequence>
</restriction>
</complexContent>
	</complexType>

<complexType name="laxInvoiceType">
<sequence>
 <any namespace="http://thecomnamespace" processContents="lax" 
	   minOccurs="0" maxOccurs="unbounded" />
		<element ref="pie:TypeCode" maxOccurs="1"/>
		<element ref="main:InvoiceCurrencyCode" minOccurs="0"/>
 <any namespace="http://thecomnamespace" processContents="lax" 
	   minOccurs="0" maxOccurs="unbounded" />
				</sequence>
	</complexType>

will that mean that all the elements in the com namespace under my pie:Invoice
will be processedLax? It doesn't seem reasonable to me that it would be, but
then how otherwise can one inherit a processing style? Any good xsd lists to
send this too anyway?


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