Schema ServerList-1.0.0.xsd


attribute form default:  unqualified
element form default:  qualified
 
Elements 
ServerList 


attribute form default:  unqualified
element form default:  qualified
 
Elements  Complex types 
Server  ServerType 


element ServerList
diagram
children Server
source
<xs:element name="ServerList">
  <xs:annotation>
    <xs:documentation>Server list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Server" type="ServerType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ServerList/Server
diagram
type ServerType
children Name Description IpAddress
source
<xs:element name="Server" type="ServerType" minOccurs="0" maxOccurs="unbounded"/>

element Server
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>

complexType ServerType
diagram
children Name Description IpAddress
used by
elements ServerList/Server Server
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>

element ServerType/Name
diagram
type xs:string
source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>Server name</xs:documentation>
  </xs:annotation>
</xs:element>

element ServerType/Description
diagram
type xs:string
source
<xs:element name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>Server description</xs:documentation>
  </xs:annotation>
</xs:element>

element ServerType/IpAddress
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>