Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 65112ef2 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

rename fields in output

parent 7ecb2a3d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1" schemaLocation="VectoDeclarationDefinitions.2.1.xsd"/>
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:DEV:v2.3" schemaLocation="VectoDeclarationDefinitions.2.3_DEV.xsd"/>
<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:DEV:v2.10.2" schemaLocation="VectoDeclarationDefinitions.2.10.2_JobInputData.xsd"/>
<xs:element name="VectoOutputMultistage" type="vif:VectoOutputMultistageType">
<xs:element name="VectoOutputMultistep" type="vif:VectoOutputMultistageType">
<xs:annotation>
<xs:documentation>Comment describing your root element</xs:documentation>
</xs:annotation>
......@@ -366,11 +366,11 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BusManufacturingStageDataType">
<xs:complexType name="BusManufacturingStepDataType">
<xs:complexContent>
<xs:extension base="vif:AbstractManufacturingStageDataType">
<xs:sequence>
<xs:element name="HashPreviousStage" type="v1.0:SignatureType"/>
<xs:element name="HashPreviousStep" type="v1.0:SignatureType"/>
<xs:element name="Vehicle" type="v2.10.2:AbstractCompletedBusVehicleType"/>
<xs:element name="ApplicationInformation" type="vif:ApplicationInformationPrimaryVehicleType"/>
</xs:sequence>
......@@ -724,7 +724,7 @@
<xs:complexType name="VectoOutputMultistageType">
<xs:sequence>
<xs:element name="PrimaryVehicle" type="vif:PrimaryVehicleType"/>
<xs:element name="ManufacturingStage" type="vif:ManufacturingStageType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ManufacturingStep" type="vif:ManufacturingStageType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleComponentsPIFType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment