Re: [ubl] use of 'ID' in documents

From
Stephen Green <>
Date
2005-08-15T11:51:38+00:00
ID
000c01c5a18f$b01ad170$a504190a@britsdg
Thread
Re: [ubl] use of 'ID' in documents
I am not sure how you would handle this in the spreadsheets but W3C
schema is capable of modeling this situation:

<xsd:sequence>
 <xsd:choice minOccurs="1">
	<xsd:element ref="BuyersID"/>
	<xsd:element ref="SellersID"/>
 </xsd:choice>
<xsd:element ref="CopyIndicatory"/>
. . .
</xsd:sequence>

If the choice is optional, i.e., no BuyersID or SellersID, then the
"minOccurs" attribute would be set to 0.

Betty

On Thu, 11 Aug 2005, Tim McGrath wrote: