IL:hasCommunicationSettings/3.2: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Updated page IL:hasCommunicationSettings/3.2 using XSD2MediaWiki Converter 1.0.6)
(Updated page IL:hasCommunicationSettings/3.2 using XSD2MediaWiki Converter 1.1.1)
Line 9: Line 9:
{{parent|subschema=IL|name=radioBlockCentre}},
{{parent|subschema=IL|name=radioBlockCentre}},
{{parent|subschema=IL|name=signalBox}}
{{parent|subschema=IL|name=signalBox}}
|children={{child|subschema=IL|name=dnsServer|multiplicity=0..*}}, {{child|subschema=CO|name=networkName|multiplicity=0..1}}
|children={{child|subschema=IL|name=dnsServer|multiplicity=0..*}}, {{child|subschema=generic|name=networkName|multiplicity=0..1}}
|attributes={{attribut|name=hasIPv4Address|pflicht=0|typ=xs:string|documentation=The IP address of the device in IPv4 format.|patterns={{pattern|([0-9]+(\.|$)){4}}}}},
|attributes={{attribut|name=gatewayIPv4|pflicht=0|typ=xs:string|documentation=The IP address of the gateway for the device in IPv4 format.|patterns={{pattern|([0-9]+(\.|$)){4}}}}},
{{attribut|name=hasIPv4Address|pflicht=0|typ=xs:string|documentation=The IP address of the device in IPv4 format.|patterns={{pattern|([0-9]+(\.|$)){4}}}}},
{{attribut|name=hasIPv6Address|pflicht=0|typ=xs:string|documentation=The IP address of the device in IPv6 format.|patterns={{pattern|([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4}}}}},
{{attribut|name=hasIPv6Address|pflicht=0|typ=xs:string|documentation=The IP address of the device in IPv6 format.|patterns={{pattern|([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4}}}}},
{{attribut|name=hasMAC_Address|pflicht=0|typ=xs:string|documentation=The MAC address of the device in typical format.|patterns={{pattern|[a-fA-F0-9]{2}(:[a-fA-F0-9]{2}){5}}}}},
{{attribut|name=hasMAC_Address|pflicht=0|typ=xs:string|documentation=The MAC address of the device in typical format.|patterns={{pattern|[a-fA-F0-9]{2}(:[a-fA-F0-9]{2}){5}}}}},
{{attribut|name=netMaskIPv4|pflicht=0|typ=xs:string|documentation=The netmask of the device in IPv4 format.|patterns={{pattern|([0-9]+(\.|$)){4}}}}},
{{attribut|name=netMaskIPv4|pflicht=0|typ=xs:string|documentation=The netmask of the device in IPv4 format.|patterns={{pattern|([0-9]+(\.|$)){4}}}}},
{{attribut|name=gatewayIPv4|pflicht=0|typ=xs:string|documentation=The IP address of the gateway for the device in IPv4 format.|patterns={{pattern|([0-9]+(\.|$)){4}}}}},
{{attribut|name=portUDP|pflicht=0|typ=xs:positiveInteger|documentation=The port number used for UDP communication.}}
{{attribut|name=portUDP|pflicht=0|typ=xs:positiveInteger|documentation=The port number used for UDP communication.}}
}}
}}

Revision as of 12:42, 8 February 2024

Automatic Schemaexport for Element hasCommunicationSettings

Autoexport from the XML-Schema for element IL:hasCommunicationSettings of railML® version 3.2
Documentation The detail settings of the device for communicating in the network of the interlocking system.
Subschema interlocking
Parents* controller,

radioBlockCentre, signalBox

Children dnsServer (0..*), networkName (0..1)
Attributes:
  • gatewayIPv4: The IP address of the gateway for the device in IPv4 format. (optional; xs:string; patterns: ([0-9]+(\.|$)){4}),

  • hasIPv4Address: The IP address of the device in IPv4 format. (optional; xs:string; patterns: ([0-9]+(\.|$)){4}),

  • hasIPv6Address: The IP address of the device in IPv6 format. (optional; xs:string; patterns: ([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4}),

  • hasMAC_Address: The MAC address of the device in typical format. (optional; xs:string; patterns: [a-fA-F0-9]{2}(:[a-fA-F0-9]{2}){5}),

  • netMaskIPv4: The netmask of the device in IPv4 format. (optional; xs:string; patterns: ([0-9]+(\.|$)){4}),

  • portUDP: The port number used for UDP communication. (optional; xs:positiveInteger)
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.