I am trying to create an XML schema representing an 'order' for a shopping cart
I want this to completely abstract away my shopping cart's implementation -- and eventually support partners sending us orders using this schema. (yes i'm planning on integrating this schema into our existing cart)
It will have original order items, repeat shipping items and domain specific things. I'm quite capable of building this, but i was wondering if there are many things out there like this that I could at least base mine upon.
I know there are standards out there for certain schema elements like this, but I've lost track of which are the best/standard and how you might extend them etc.
obviously if i want a partner to send me an 'order' i'd like to use a standard if one exists.