PartyBase

Uses the Component:PartyBBIEType

Party Basic Business Information Entity Type.

Fields and Components

Table 6.10. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartyID

Party ID.

0..*Field oag:OpenIDType  
Name

Party Name.

0..*Field oag:OpenNameType  
RelationshipType

Relationship type.

0..1Field oag:CodeType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.10. PartyBase

<PartyBase>
     <PartyID>......</PartyID>     [0..*]
     <Name>......</Name>     [0..*]
     <RelationshipType>......</RelationshipType>     [0..1]
</PartyBase>