| schema location: | |
| attributeFormDefault: | |
| elementFormDefault: | qualified |
| Elements | Complex types |
| edart | generator_psseType |
| generator_id | generatorType |
| station_a | |
| station_id |
| diagram | ![]() | ||
| properties |
| ||
| 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 | ||
| properties |
| ||
| children | generator | ||
| source | <xs:element name="generator_psse" type="generator_psseType"/> |
| diagram | ![]() | ||
| type | xs:positiveInteger | ||
| properties |
| ||
| used by |
| ||
| source | <xs:element name="generator_id" type="xs:positiveInteger"/> |
| diagram | ![]() | |||||||||
| type | restriction of xs:string | |||||||||
| properties |
| |||||||||
| used by |
| |||||||||
| facets |
| |||||||||
| source | <xs:element
name="station_a"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="18"/> <xs:maxLength value="18"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() | ||
| type | xs:string | ||
| properties |
| ||
| 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 | ||||||
| properties |
| ||||||
| 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> |