Skip to content

Commit

Permalink
Report-related schema comments
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jul 7, 2020
1 parent 02acf8e commit 4018ce8
Showing 1 changed file with 13 additions and 1 deletion.
Expand Up @@ -23531,6 +23531,7 @@
</xsd:annotation>
</xsd:element>

<!-- TODO: rename to fileFormat -->
<xsd:element name="export" type="tns:ExportConfigurationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Expand Down Expand Up @@ -23614,6 +23615,7 @@
</xsd:restriction>
</xsd:simpleType>

<!-- TODO: Rename to FileFormatConfigurationType -->
<xsd:complexType name="ExportConfigurationType">
<xsd:annotation>
<xsd:documentation>
Expand Down Expand Up @@ -23660,6 +23662,7 @@
</xsd:sequence>
</xsd:complexType>

<!-- TODO: rename to FileFormatTypeType -->
<xsd:simpleType name="ExportType">
<xsd:annotation>
<xsd:documentation>
Expand Down Expand Up @@ -24255,6 +24258,7 @@
</xsd:complexContent>
</xsd:complexType>

<!-- TODO: rename to ReportDataType -->
<xsd:complexType name="ReportOutputType">
<xsd:annotation>
<xsd:documentation>
Expand All @@ -24265,7 +24269,9 @@
<xsd:extension base="c:AssignmentHolderType">
<xsd:sequence>
<xsd:element name="filePath" type="xsd:string"/>
<xsd:element name="exportType" type="tns:ExportType"/>
<xsd:element name="exportType" type="tns:ExportType">
<!-- TODO: rename to fileFormat -->
</xsd:element>
<xsd:element name="reportRef" type="c:ObjectReferenceType">
<xsd:annotation>
<xsd:documentation>
Expand Down Expand Up @@ -25172,6 +25178,11 @@
</xsd:annotation>
</xsd:element>
<xsd:element ref="tns:documentation" minOccurs="0" maxOccurs="1"/>
<!--
TODO: we may need to add <type> here.
E.g. if we want to specify that the CSV field that looks like string is in fact boolean.
This can be also used by GUI, e.g. rendering checkbox instead of text input field.
-->
<xsd:element name="path" type="t:ItemPathType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Expand Down Expand Up @@ -25228,6 +25239,7 @@
</xsd:annotation>
</xsd:element>
<xsd:element name="expression" type="tns:ExpressionType" minOccurs="0" maxOccurs="1">
<!-- TODO: change to import/expression and export/expression -->
<xsd:annotation>
<xsd:documentation>
<p>
Expand Down

0 comments on commit 4018ce8

Please sign in to comment.