<?xml version="1.0"?>
<schema uri="urn:x-commerceone:document:com:commerceone:XCBL30:XCBL30.sox$1.0">
<elementtype name="Party">
<model>
<sequence>
<element type="Identifier" name="PartyID"/>
<element type="ListOfIdentifier" occurs="?"/>
<element type="boolean" name="MDFBusiness" occurs="?"/>
<element type="NameAddress" occurs="?"/>
<element type="Contact" name="OrderContact" occurs="?"/>
<element type="Contact" name="ReceivingContact" occurs="?"/>
<element type="Contact" name="ShippingContact" occurs="?"/>
<element type="ListOfContact" name="OtherContacts" occurs="?"/>
<element type="Language" name="CorrespondenceLanguage" occurs="?"/>
</sequence>
</model>
</elementtype>
<elementtype name="PartyCoded">
<extends type="Party">
<append>
<element type="PartyRoleCode" name="PartyRoleCoded"/>
<element type="string" name="PartyRoleCodedOther" occurs="?"/>
</append>
</extends>
</elementtype>
<elementtype name="ListOfParty">
<model>
<element type="Party" occurs="+"/>
</model>
</elementtype>
<elementtype name="ListOfPartyCoded">
<model>
<element type="PartyCoded" occurs="+"/>
</model>
</elementtype>
</schema>