HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » StatementTypeCode | StatusBasisType | StatusCodeType | StatusDateTime | StatusType »
| Name |
StatusType |
| Documentation |
Dictionary Entry Name: Status. Details
Definition:
Usage Rule:
|
XML Instance Representation
<...>
<rcm:Code>
udt: CodeType </rcm:Code>
[0..*]
<rcm:Text>
udt: TextType </rcm:Text>
[0..*]
<rcm:Description>
udt: TextType </rcm:Description>
[0..1]
<rcm:IndicationIndicator>
udt: IndicatorType </rcm:IndicationIndicator>
[0..*]
<rcm:PercentNumeric>
udt: NumericType </rcm:PercentNumeric>
[0..1]
<rcm:ReasonCode>
udt: CodeType </rcm:ReasonCode>
[0..1]
<rcm:Reason>
udt: TextType </rcm:Reason>
[0..*]
<rcm:SequenceNumeric>
udt: NumericType </rcm:SequenceNumeric>
[0..*]
</...>
Schema Component Representation
<
xsd:complexType name="
StatusType">
<
xsd:sequence>
<
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="
DateTime"
type="
udt: DateTimeType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Description"
type="
udt: TextType"
minOccurs="
0"/>
<
xsd:element name="
IndicationIndicator"
type="
udt: IndicatorType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
PercentNumeric"
type="
udt: NumericType"
minOccurs="
0"/>
<
xsd:element name="
ReasonCode"
type="
udt: CodeType"
minOccurs="
0"/>
<
xsd:element name="
Reason"
type="
udt: TextType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
SequenceNumeric"
type="
udt: NumericType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Period"
type="
rcm:
PeriodType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Location"
type="
rcm:
LocationType"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element name="
Consignment"
type="
rcm:
ConsignmentType"
minOccurs="
0"/>
</
xsd:sequence>
</
xsd:complexType>