aktueller stand
This commit is contained in:
@@ -102,6 +102,13 @@
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
<xs:simpleType name="ValuedFormat">
|
||||
<xs:restriction base="xs:NCName">
|
||||
<xs:enumeration value="csv" />
|
||||
<xs:enumeration value="json" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
<xs:attributeGroup name="ValuePointer">
|
||||
<xs:attribute name="Name" type="xs:string" use="optional" />
|
||||
<xs:attribute name="ParameterName" type="xs:NCName" use="optional" />
|
||||
@@ -543,7 +550,8 @@
|
||||
<xs:complexType>
|
||||
<xs:complexContent>
|
||||
<xs:extension base="State-Details-Base">
|
||||
<xs:attribute name="RowSeparator" type="xs:string" use="required"/>
|
||||
<xs:attribute name="Format" type="ValuedFormat" use="optional"/>
|
||||
<xs:attribute name="RowSeparator" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="ColSeparator" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="StringDecorator" type="Separator" use="optional"/>
|
||||
</xs:extension>
|
||||
|
||||
Reference in New Issue
Block a user