-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename deckType to avoid conflict with child-element of same name
- Loading branch information
Showing
1 changed file
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11936,89 +11936,7 @@ [email protected] | |
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="deckStructuralMountsType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Structural mounts</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>Structural mount type containing the structural connections of cabin elements</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="structuralMount" maxOccurs="unbounded" type="deckStructuralMountType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="deckStructuralMountType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Structural mount</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>Structural mount type containing the structural connections of cabin elements</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:all> | ||
<xsd:element name="name" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Name</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="description" minOccurs="0" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Description</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="componentUID" type="stringUIDBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>UID of the component to connect to</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
</xsd:all> | ||
<xsd:attribute name="uID" use="required" type="xsd:ID"/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="decksType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Decks</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>List of decks | ||
</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="deck" maxOccurs="unbounded" type="deckType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="deckType"> | ||
<xsd:complexType name="decksDeckType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
|
@@ -12145,6 +12063,88 @@ [email protected] | |
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="deckStructuralMountsType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Structural mounts</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>Structural mount type containing the structural connections of cabin elements</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="structuralMount" maxOccurs="unbounded" type="deckStructuralMountType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="deckStructuralMountType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Structural mount</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>Structural mount type containing the structural connections of cabin elements</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:all> | ||
<xsd:element name="name" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Name</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="description" minOccurs="0" type="stringBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>Description</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
<xsd:element name="componentUID" type="stringUIDBaseType"> | ||
<xsd:annotation> | ||
<xsd:documentation>UID of the component to connect to</xsd:documentation> | ||
</xsd:annotation> | ||
</xsd:element> | ||
</xsd:all> | ||
<xsd:attribute name="uID" use="required" type="xsd:ID"/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="decksType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Decks</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>List of decks | ||
</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:sequence> | ||
<xsd:element name="deck" maxOccurs="unbounded" type="decksDeckType"/> | ||
</xsd:sequence> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|
||
<xsd:complexType name="deltaTemperatureType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
|