| attribute form default: | unqualified |
| element form default: | qualified |
| Elements | Complex types |
| Server | ServerType |
| diagram | ![]() |
| type | ServerType |
| children | Name Description IpAddress |
| source | <xs:element name="Server" type="ServerType"> <xs:annotation> <xs:documentation>Server</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | Name Description IpAddress | ||
| used by |
|
||
| source | <xs:complexType name="ServerType"> <xs:sequence> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>Server name</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="xs:string"> <xs:annotation> <xs:documentation>Server description</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IpAddress" type="xs:string"> <xs:annotation> <xs:documentation>Server IP address</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>Server name</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Description" type="xs:string"> <xs:annotation> <xs:documentation>Server description</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |
| type | xs:string |
| source | <xs:element name="IpAddress" type="xs:string"> <xs:annotation> <xs:documentation>Server IP address</xs:documentation> </xs:annotation> </xs:element> |