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