<xsd:complexType name="ContactABIEType">
<xsd:annotation>
<xsd:documentation>A person or department that acts as a point of contact with another person or department.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="ID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>A unique identifier for this contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="JobTitle" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The job title, position or designation, expressed as text, of this contact person within an organization such as Director, Software Engineer, Purchasing Manager.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Responsibility" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The responsibilities, expressed as text, of this contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DepartmentName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The name, expressed as text, of the department to which this contact belongs within an organization such as a support department.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="1" name="TypeCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A code specifying the type of contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="PersonName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>The name, expressed as text, of this contact person.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="SpecifiedPerson" />
</xsd:sequence>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="TelephoneCommunication">
<xsd:annotation>
<xsd:documentation>Telephone communication information for this contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="UsagePreference">
<xsd:annotation>
<xsd:documentation>The preference for usage of this contact such as type, order of importance, availability, or some other criteria.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="PostalAddress">
<xsd:annotation>
<xsd:documentation>Postal address information for this contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="FaxCommunication">
<xsd:annotation>
<xsd:documentation>Fax communication information for this contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="URICommunication">
<xsd:annotation>
<xsd:documentation>Uniform Resource Identifier (URI) communication information for this contact such as an email address.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ContactMethodTypeCode" type="sqdt:ContactMethodTypeCodeType">
<xsd:annotation>
<xsd:documentation>Indicates the preferred method of contact.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|