Business-cXML
view release on metacpan or search on metacpan
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
59855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031<!ELEMENT Contract (SupplierID+, Comments?, ItemSegment+)>
<!ATTLIST Contract
effectiveDate
%datetime
.tz;
#REQUIRED
expirationDate
%datetime
.tz;
#REQUIRED
>
<!--
Use of the ItemSegment element is deprecated.
Defines an item segment
for
the
index
. An item segment is an
overlay
for
index
items, allowing suppliers to
override
certain
item attributes on a per-contract basis.
Items may be segmented by some agreed-upon user-specific key that
is used to determine who is eligible
for
these particular overlaid
attributes (such as reduced or different prices). Omitting the
segmentKey indicates that the supplier wishes to set the
given
contract price
system
wide (
for
all users).
segmentKey - optional agreed-upon string used to segment
custom prices
-->
<!ELEMENT ItemSegment (ContractItem+)>
<!ATTLIST ItemSegment
segmentKey
%string
;
#IMPLIED
>
<!--
Use of the ContractItem element is deprecated
A particular (custom) item overlay
for
a
index
item. The item is
referenced by the supplierPartID.
ItemID - ID
for
the part to be overlaid.
UnitPrice - Contract price
for
item
Extrinsic - Named overlay. The Extrinsic should be named
with
the
item field name it is to overlay. The Extrinsic must contain a
<value> element which supplies the replacement value
for
the item
field.
For example:
<ContractItem>
<ItemID>
<SupplierPartID>123456</SupplierPartID>
</ItemID>
</ContractItem>
-->
( run in 0.231 second using v1.01-cache-2.11-cpan-cba739cd03b )