<xs:complexType name="Contact_r" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="jdf:ParameterResource">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:group ref="jdf:GenericResourceElements" minOccurs="0"/>
<xs:element name="Address" type="jdf:Address_re" minOccurs="0"/>
<xs:element ref="jdf:AddressRef" minOccurs="0"/>
<xs:element name="ComChannel" type="jdf:ComChannel_re" minOccurs="0"/>
<xs:element ref="jdf:ComChannelRef" minOccurs="0"/>
<xs:element name="Company" type="jdf:Company_re" minOccurs="0"/>
<xs:element ref="jdf:CompanyRef" minOccurs="0"/>
<xs:element name="Person" type="jdf:Person_re" minOccurs="0"/>
<xs:element ref="jdf:PersonRef" minOccurs="0"/>
<xs:element name="ContactUpdate" type="jdf:Contact_re" minOccurs="0"/>
<xs:element name="Contact" type="jdf:Contact_rp" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="jdf:ContactAttribs_r"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |