| schema location: | |
| attributeFormDefault: | |
| elementFormDefault: | qualified |
| Elements |
| edart |
| tier_link |
| tier_report |
| diagram | ![]() |
||
| properties |
|
||
| children | tier_report | ||
| source | <xsd:element name="edart"> <xsd:complexType> <xsd:sequence> <xsd:element ref="tier_report"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||
| properties |
|
||
| children | parent_ta_id tier_value child_ta_id | ||
| used by |
|
||
| source | <xsd:element name="tier_link"> <xsd:complexType> <xsd:sequence> <xsd:element name="parent_ta_id" type="xsd:string"/> <xsd:element name="tier_value" type="xsd:string"/> <xsd:element name="child_ta_id" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="parent_ta_id" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="tier_value" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="child_ta_id" type="xsd:string"/> |
| diagram | ![]() |
||
| properties |
|
||
| children | tier_link | ||
| used by |
|
||
| source | <xsd:element name="tier_report"> <xsd:complexType> <xsd:sequence> <xsd:element ref="tier_link" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |