All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.xsd.simulation_data.xsd Maven / Gradle / Ivy

??<?xml version="1.0" encoding="utf-16"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" version="1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="ppSimulation">
    <xsd:complexType>
      <xsd:sequence>
	<xsd:element type="xsd:string" name="description"/>
        <xsd:element maxOccurs="unbounded" name="parameterSequence">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element maxOccurs="unbounded" name="parameter">
                <xsd:complexType>
                  <xsd:attribute name="spaceSystem" type="xsd:string" />
                  <xsd:attribute name="paraName" type="xsd:string" />
                  <xsd:attribute name="valueType" type="xsd:string" />
                  <xsd:attribute name="value" type="xsd:decimal" />
                  <xsd:attribute name="rawValueType" type="xsd:string" />
                  <xsd:attribute name="rawValue" type="xsd:decimal" />
                  <xsd:attribute name="monitoringResult" type="xsd:string" />
                  <xsd:attribute name="generationStep" type="xsd:int" />
                  <xsd:attribute name="aquisitionStep" type="xsd:int" />
                </xsd:complexType>
              </xsd:element>
            </xsd:sequence>
            <xsd:attribute name="repeat" type="xsd:int" />
	    <xsd:attribute name="loop" type="xsd:boolean" />
            <xsd:attribute name="stepOffset" type="xsd:int" />
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
      <xsd:attribute name="startDate" type="xsd:dateTime" />
      <xsd:attribute name="stepLengthMs" type="xsd:int" />
      <xsd:attribute name="loop" type="xsd:boolean" />
    </xsd:complexType>
  </xsd:element>
</xsd:schema>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy