<xs:complexType name="ContactablePerson">
<xs:sequence>
<xs:element name="Person" type="commons:Person" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>100016</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ContactMethods" type="commons:ContactMethods" minOccurs="0">
<xs:annotation>
<xs:appinfo>
<retsid>101612</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="BusinessName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
Legal or well known (DBA) name for the business
associated with the entity.
</xs:documentation>
<xs:appinfo>
<retsid>100017</retsid>
<example>Acme Homefinders</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="systemUserGUId" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
An optional attribute when a system has additional
information stored associated with this person. Many
systems will not have any other information or may
choose to suppress this value.
</xs:documentation>
<xs:appinfo>
<retsid>100018</retsid>
<example>317782231</example>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|