Schema ShowOrganization.xsd

Schema Location /xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/ShowOrganization.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/9/member
Documentation This Organization XML schema file defines the ShowOrganization BOD which is used to show an organization or list of Organizations.

element ShowOrganization

Documentation Element definition of the ShowOrganization BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/member
Type _mbr:ShowOrganizationType
Source
<element name="ShowOrganization" type="_mbr:ShowOrganizationType"/>

 

complex type ShowOrganizationType

Documentation Type definition of the ShowOrganization BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/member
Type extension of oa:BusinessObjectDocumentType
Content sequence DataArea
Attributes
Source
<complexType name="ShowOrganizationType">
  <complexContent>
    <extension base="oa:BusinessObjectDocumentType">
      <sequence>
        <element name="DataArea" type="_mbr:ShowOrganizationDataAreaType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

 

element ShowOrganizationType/DataArea

Documentation Data area of the ShowOrganization BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/member
Type _mbr:ShowOrganizationDataAreaType
Source
<element name="DataArea" type="_mbr:ShowOrganizationDataAreaType"/>

 

complex type ShowOrganizationDataAreaType

Documentation Type definition of the ShowOrganization BOD's data area.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/member
Attributes
Content sequence oa:Show _mbr:Organization{0,unbounded}
Source
<complexType name="ShowOrganizationDataAreaType">
  <sequence>
    <element ref="oa:Show"/>
    <element ref="_mbr:Organization" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

Related reference

Member services