HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ConsiderationTypeCode | ConsumerDisputeIndicator | ContactName | ContactPersonName | ContactType »
| Name |
ContactType |
| Documentation |
Dictionary Entry Name: Contact. Details
Definition:
Usage Rule:
|
XML Instance Representation
<...>
<rcm:JobTitle>
udt: TextType </rcm:JobTitle>
[0..1]
<rcm:Responsibility>
udt: TextType </rcm:Responsibility>
[0..*]
<rcm:DepartmentName>
udt: TextType </rcm:DepartmentName>
[0..1]
<rcm:PrimaryContactIndicator>
udt: IndicatorType </rcm:PrimaryContactIndicator>
[0..1]
<rcm:Type>
udt: TextType </rcm:Type>
[0..1]
<rcm:Name>
udt: TextType </rcm:Name>
[0..1]
</...>
Schema Component Representation
<
xsd:complexType name="
ContactType">
<
xsd:sequence>
<
xsd:element name="
ID"
type="
udt: IdentifierType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
JobTitle"
type="
udt: TextType"
minOccurs="
0"/>
<
xsd:element name="
Responsibility"
type="
udt: TextType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
DepartmentName"
type="
udt: TextType"
minOccurs="
0"/>
<
xsd:element name="
PrimaryContactIndicator"
type="
udt: IndicatorType"
minOccurs="
0"/>
<
xsd:element name="
Type"
type="
udt: TextType"
minOccurs="
0"/>
<
xsd:element name="
Name"
type="
udt: TextType"
minOccurs="
0"/>
<
xsd:element name="
Person"
type="
rcm:
PersonType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Organization"
type="
rcm:
OrganizationType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Communication"
type="
rcm:
CommunicationType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Preference"
type="
rcm:
PreferenceType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Address"
type="
rcm:
AddressType"
minOccurs="
0"
maxOccurs="
unbounded"/>
</
xsd:sequence>
</
xsd:complexType>