Schema ProcessPerson.xsd
Schema Location /xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/ProcessPerson.xsd Target Namespace http://www.ibm.com/xmlns/prod/commerce/9/member Documentation This Person XML schema file defines the ProcessPerson BOD which is used to process a person.
- Elements
- Complex Types
element ProcessPerson
Documentation Element definition of the ProcessPerson BOD. Namespace http://www.ibm.com/xmlns/prod/commerce/9/member Type _mbr:ProcessPersonType Source <element name="ProcessPerson" type="_mbr:ProcessPersonType"/>
complex type ProcessPersonType
Documentation Type definition of the ProcessPerson BOD. Namespace http://www.ibm.com/xmlns/prod/commerce/9/member Type extension of oa:BusinessObjectDocumentType Content sequence DataArea Attributes
Source <complexType name="ProcessPersonType"> <complexContent> <extension base="oa:BusinessObjectDocumentType"> <sequence> <element name="DataArea" type="_mbr:ProcessPersonDataAreaType"/> </sequence> </extension> </complexContent> </complexType>
element ProcessPersonType/DataArea
Documentation Data area of the ProcessPerson BOD. Namespace http://www.ibm.com/xmlns/prod/commerce/9/member Type _mbr:ProcessPersonDataAreaType Source <element name="DataArea" type="_mbr:ProcessPersonDataAreaType"/>
complex type ProcessPersonDataAreaType
Documentation Type definition of the ProcessPerson BOD's data area. Namespace http://www.ibm.com/xmlns/prod/commerce/9/member Attributes
Content sequence oa:Process _mbr:Person{0,unbounded} Source <complexType name="ProcessPersonDataAreaType"> <sequence> <element ref="oa:Process"/> <element ref="_mbr:Person" minOccurs="0" maxOccurs="unbounded"/> </sequence> </complexType>Related reference
Member services