HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » EthnicityCode | EventDate | EventID | EventName | EventType »
| Name |
EventType |
| Documentation |
Dictionary Entry Name: Event. Details
Definition:
Usage Rule:
|
XML Instance Representation
<...>
<rcm:Code>
udt: CodeType </rcm:Code>
[0..*]
<rcm:Text>
udt: TextType </rcm:Text>
[0..*]
</...>
Schema Component Representation
<
xsd:complexType name="
EventType">
<
xsd:sequence>
<
xsd:element name="
ID"
type="
udt: IdentifierType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
DateTime"
type="
udt: DateTimeType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Code"
type="
udt: CodeType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Text"
type="
udt: TextType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
BinaryObject"
type="
udt: BinaryObjectType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Location"
type="
rcm:
LocationType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
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="
Period"
type="
rcm:
PeriodType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Status"
type="
rcm:
StatusType"
minOccurs="
0"
maxOccurs="
unbounded"/>
</
xsd:sequence>
</
xsd:complexType>