← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [ubl-ssc] Minutes of SSC Call 17th March 2005

From
Stephen Green
Date
2005-03-18T15:16:00+00:00
ID
Thread
Re: [ubl-ssc] Minutes of SSC Call 17th March 2005
MHonArc v2.5.0b2 -->
















ubl message






[Date Prev]
 | [Thread Prev]
 | [Thread Next]
 | [Date Next]

--

[Date Index]
 | [Thread Index]
 | [List Home]








Subject: Re: [ubl-ssc] Minutes of SSC Call 17th March 2005




From: "Stephen Green" <>
To: <>, <>
Date: Fri, 18 Mar 2005 15:14:03 +0000






Amendment: I think, for extension, the
redeclared InvoiceLineType would need an extra
intermediate name since it would otherwise
appear twice in the same namespace.
This might then need a new Naming and Design Rule
for the intermediate complexType name.

[original message is at
  http://lists.oasis-open.org/archives/ubl-ssc/200503/msg00013.html ]

>>> "Stephen Green" <> 03/18/05 13:05 PM >>>

...    possibly here a redeclaration of the 1.0 elements and global complexTypes under the 1.1 namespace  ...

	<xsd:element name="InvoiceLine" type="InvoiceLineType"/>
	...
               redeclaration of the InvoiceLineType
               ...
               <!--  extension of InvoiceLineType -->
               <xsd:complexType name="InvoiceLineType">
		<xsd:complexContent>
			<xsd:extension base="InvoiceLineType">
				<xsd:sequence>
					<xsd:element ref="cbc:InspectionDate" minOccurs="0"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>

... further redeclarations of the 1.0 elements and global complexTypes under the 1.1 namespace  ...
← Prev in month ← Prev in thread
Next in thread → Next in month →