<?xml version="1.0"?> <schema uri="urn:x-commerceone:document:com:commerceone:XCBL35:XCBL35.sox$1.0"> <elementtype name="AllowOrChargeTreatment"> <model> <sequence> <element type="AllowOrChargeTreatmentCode" name="AllowOrChargeTreatmentCoded" occurs="?"/> <element type="string" name="AllowOrChargeTreatmentCodedOther" occurs="?"/> </sequence> </model> </elementtype> <datatype name="AllowOrChargeTreatmentCode"> <enumeration datatype="NMTOKEN"> <option>Other</option> <option>UnitPriceNet</option> <option>UnitPriceGross</option> <option>SubTotalNet</option> </enumeration> </datatype> </schema> |