26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/BS.Shared" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/BS.Shared" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:simpleType name="QueryParameterType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="SupportConcept" />
|
|
<xs:enumeration value="Employee" />
|
|
<xs:enumeration value="Customer" />
|
|
<xs:enumeration value="Month" />
|
|
<xs:enumeration value="Date" />
|
|
<xs:enumeration value="DateRange" />
|
|
<xs:enumeration value="Team" />
|
|
<xs:enumeration value="CostCenter" />
|
|
<xs:enumeration value="ServiceCategory" />
|
|
<xs:enumeration value="ServiceDescription" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:element name="QueryParameterType" nillable="true" type="tns:QueryParameterType" />
|
|
<xs:simpleType name="QueryType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="Public" />
|
|
<xs:enumeration value="Internal" />
|
|
<xs:enumeration value="Monthly" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:element name="QueryType" nillable="true" type="tns:QueryType" />
|
|
</xs:schema> |