complexType "FacilityStructure"
Namespace:
Content:
complex, 12 elements
Defined:
Includes:
definitions of 10 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (12):
AccessibilityAssessment (type acsb:AccessibilityAssessmentStructure), Description (type NaturalLanguageStringStructure), Extensions, FacilityClass (in Facility), FacilityCode (in Facility), FacilityLocation (in Facility), Features (in Facility), Limitations (in Facility), OwnerName (in Facility), OwnerRef (in Facility), Suitabilities (in Facility), ValidityCondition (in Facility)
All Direct / Indirect Based Elements (1):
Facility (type FacilityStructure)
Known Usage Locations
Annotation
Type for sescription the MONITORED FACILITY itself.
XML Source (see within schema source)
<xsd:complexType name="FacilityStructure">
<xsd:annotation>
<xsd:documentation>
Type for sescription the MONITORED FACILITY itself.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="FacilityCode" type="FacilityCodeType">
<xsd:annotation>
<xsd:documentation>Identfier of Facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="NaturalLanguageStringStructure">
<xsd:annotation>
<xsd:documentation>
Textual description of the facility. (Unbounded since SIRI 2.0)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FacilityClass" type="FacilityCategoryEnumeration">
<xsd:annotation>
<xsd:documentation>
Type of facility (several types may be associated to a single facility)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Features">
<xsd:annotation>
<xsd:documentation>Features of service.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="Feature" type="AllFacilitiesFeatureStructure">
<xsd:annotation>
<xsd:documentation>
Description of the feauture of the facility. Several features may be associated to a single facility.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="0" name="OwnerRef" type="OrganisationRefStructure">
<xsd:annotation>
<xsd:documentation>Refererence to identifier of owner of facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OwnerName" type="NaturalLanguageStringStructure">
<xsd:annotation>
<xsd:documentation>Textual description of the owner of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ValidityCondition" type="MonitoringValidityConditionStructure">
<xsd:annotation>
<xsd:documentation>
When Facility is normally avaialble. If not specified, default is 'always'. Values are Logically ANDed together.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FacilityLocation" type="FacilityLocationStructure">
<xsd:annotation>
<xsd:documentation>
Describes where the facility is located. The location is a Transmodel object reference or an IFOPT object reference.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FacilityAccessibilityGroup"/>
<xsd:element minOccurs="0" name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure">
<xsd:annotation>
<xsd:documentation>Accessibility of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="Extensions"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 12/12)
AccessibilityAssessment
Type:
Defined:
locally within (this) FacilityStructure complexType
Accessibility of the facility.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure">
<xsd:annotation>
<xsd:documentation>Accessibility of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>

Description
Type:
Defined:
locally within (this) FacilityStructure complexType
Textual description of the facility. (Unbounded since SIRI 2.0)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="NaturalLanguageStringStructure">
<xsd:annotation>
<xsd:documentation>
Textual description of the facility. (Unbounded since SIRI 2.0)
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Extensions
Type:
ExtensionsStructure, complex content
Defined:
by reference within (this) FacilityStructure complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="Extensions"/>

FacilityClass
Type:
Defined:
locally within (this) FacilityStructure complexType
Type of facility (several types may be associated to a single facility)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FacilityClass" type="FacilityCategoryEnumeration">
<xsd:annotation>
<xsd:documentation>
Type of facility (several types may be associated to a single facility)
</xsd:documentation>
</xsd:annotation>
</xsd:element>

FacilityCode
Type:
FacilityCodeType, simple content
Defined:
locally within (this) FacilityStructure complexType
Identfier of Facility.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="FacilityCode" type="FacilityCodeType">
<xsd:annotation>
<xsd:documentation>Identfier of Facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>

FacilityLocation
Type:
FacilityLocationStructure, complex content
Defined:
locally within (this) FacilityStructure complexType
Describes where the facility is located. The location is a Transmodel object reference or an IFOPT object reference.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="FacilityLocation" type="FacilityLocationStructure">
<xsd:annotation>
<xsd:documentation>
Describes where the facility is located. The location is a Transmodel object reference or an IFOPT object reference.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Features
Type:
anonymous complexType, complex content
Defined:
locally within (this) FacilityStructure complexType
Features of service.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Features">
<xsd:annotation>
<xsd:documentation>Features of service.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="Feature" type="AllFacilitiesFeatureStructure">
<xsd:annotation>
<xsd:documentation>
Description of the feauture of the facility. Several features may be associated to a single facility.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

Limitations
Type:
anonymous complexType, complex content
Defined:
Limitation of facility.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Limitations">
<xsd:annotation>
<xsd:documentation>Limitation of facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:group ref="acsb:MobilityLimitationGroup"/>
<xsd:group ref="acsb:SensoryLimitationGroup"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

OwnerName
Type:
Defined:
locally within (this) FacilityStructure complexType
Textual description of the owner of the facility.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="OwnerName" type="NaturalLanguageStringStructure">
<xsd:annotation>
<xsd:documentation>Textual description of the owner of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>

OwnerRef
Type:
OrganisationRefStructure, simple content
Defined:
locally within (this) FacilityStructure complexType
Refererence to identifier of owner of facility.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="OwnerRef" type="OrganisationRefStructure">
<xsd:annotation>
<xsd:documentation>Refererence to identifier of owner of facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>

Suitabilities
Type:
anonymous complexType, complex content
Defined:
Suitabilities of facility for specific passenger needs.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Suitabilities">
<xsd:annotation>
<xsd:documentation>
Suitabilities of facility for specific passenger needs.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="Suitability" type="acsb:SuitabilityStructure">
<xsd:annotation>
<xsd:documentation>
Type of specific need for wich the facility is appropriate.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

ValidityCondition
Type:
Defined:
locally within (this) FacilityStructure complexType
When Facility is normally avaialble. If not specified, default is 'always'. Values are Logically ANDed together.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ValidityCondition" type="MonitoringValidityConditionStructure">
<xsd:annotation>
<xsd:documentation>
When Facility is normally avaialble. If not specified, default is 'always'. Values are Logically ANDed together.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

This XML schema documentation has been generated with DocFlex/XML 1.9.5 using DocFlex/XML XSDDoc 2.8.1 template set.
DocFlex/XML is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/