Skip to content

Commit

Permalink
update alicia and im schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Sep 11, 2024
1 parent 08e5569 commit 4124d7e
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 2 deletions.
55 changes: 54 additions & 1 deletion addContent/schema/v3_4_alicia/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3178,6 +3178,59 @@ [email protected]
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="researchDesignator" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>
Research designator (e.g., D250-TPHL2-MHEP-2040)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="airlinerType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Type of the airliner (airTaxi | commuter | regional | narrowBody | wideBody)
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="airTaxi">
<xsd:annotation>
<xsd:documentation>
Air Taxi
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="commuter">
<xsd:annotation>
<xsd:documentation>
Commuter
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="regional">
<xsd:annotation>
<xsd:documentation>
Regional
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="narrowBody">
<xsd:annotation>
<xsd:documentation>
Narrow-body
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="wideBody">
<xsd:annotation>
<xsd:documentation>
Wide-body
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
Expand Down Expand Up @@ -34840,7 +34893,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any>
<xsd:any processContents="lax">
<xsd:annotation>
<xsd:documentation>
Wildcard for the root element of a toolspecific namespace
Expand Down
55 changes: 54 additions & 1 deletion addContent/schema/v3_4_impactMonitor/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3178,6 +3178,59 @@ [email protected]
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="researchDesignator" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>
Research designator (e.g., D250-TPHL2-MHEP-2040)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="airlinerType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Type of the airliner (airTaxi | commuter | regional | narrowBody | wideBody)
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="airTaxi">
<xsd:annotation>
<xsd:documentation>
Air Taxi
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="commuter">
<xsd:annotation>
<xsd:documentation>
Commuter
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="regional">
<xsd:annotation>
<xsd:documentation>
Regional
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="narrowBody">
<xsd:annotation>
<xsd:documentation>
Narrow-body
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="wideBody">
<xsd:annotation>
<xsd:documentation>
Wide-body
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:all>
</xsd:extension>
</xsd:complexContent>
Expand Down Expand Up @@ -34840,7 +34893,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any>
<xsd:any processContents="lax">
<xsd:annotation>
<xsd:documentation>
Wildcard for the root element of a toolspecific namespace
Expand Down

0 comments on commit 4124d7e

Please sign in to comment.