<xs:complexType name="AssociationMembershipType">
<xs:sequence>
<xs:element name="AssociationName" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The name of the association.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AssociationId" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The identifier of the association.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AssociationMembershipId" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The identifier assigned to the Member or Office by the
assocation.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|