xdw
v3
oasis
Element : TFaultData
(XML Type:
tFaultData
)
Summary
Constraints
Schema declaration
Package :
oasis
XML Type :
tFaultData
Name
Type
cardinality
Comment
faultName
Element : faultName
String
1...1
faultData
Element : faultData
EObject
1...1
There are no specific rules for this element.
<
xsd
:
complexType
xmlns:xsd
="
http://www.w3.org/2001/XMLSchema
"
name
="
tFaultData
">
<
xsd
:
sequence
>
<
xsd
:
element
name
="
faultName
"
type
="
xsd:NCName
" />
<
xsd
:
element
name
="
faultData
"
type
="
xsd:anyType
" />
</
xsd
:
sequence
>
</
xsd
:
complexType
>