| schema location: | genpsse.xsd |
| Elements | Complex types |
| edart | generator_psseType |
| generator_id | generatorType |
| station_a | |
| station_id |
| diagram | |
| children | generator_psse |
| source | <xs:element name="edart"> <xs:complexType> <xs:sequence> <xs:element name="generator_psse" type="generator_psseType"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| type | generator_psseType |
| children | generator |
| source | <xs:element name="generator_psse" type="generator_psseType"/> |
| diagram | |||
| type | xs:short | ||
| used by |
|
||
| source | <xs:element name="generator_id" type="xs:short"/> |
| diagram | |||
| type | xs:string | ||
| used by |
|
||
| source | <xs:element name="station_a" type="xs:string"/> |
| diagram | |||
| type | xs:string | ||
| used by |
|
||
| source | <xs:element name="station_id" type="xs:string"/> |
| diagram | |||
| children | generator | ||
| used by |
|
||
| source | <xs:complexType name="generator_psseType"> <xs:sequence> <xs:element name="generator" type="generatorType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
| type | generatorType |
| children | generator_id station_a station_id |
| source | <xs:element name="generator" type="generatorType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | generator_id station_a station_id | ||
| used by |
|
||
| source | <xs:complexType name="generatorType"> <xs:sequence> <xs:element ref="generator_id"/> <xs:element ref="station_a"/> <xs:element ref="station_id"/> </xs:sequence> </xs:complexType> |