Тип ValueBoundary соответствует типу "Граница" в 1С:Предприятие.

Иерархия типов: ValueBase ValueBoundary

<xs:complexType name="ValueBoundary">
	<xs:complexContent>
		<xs:extension base="brom:ValueBase">
			<xs:sequence>
				<xs:element name="Value" type="brom:ValueBase"/>
			</xs:sequence>
			<xs:attribute name="Type" type="xs:string" use="required"/>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

<xs:complexType name="ValueBase" abstract="true">
	<xs:attribute name="Name" type="brom:PropertyName"/>
</xs:complexType>
<brom:result xsi:type="brom:ValueBoundary" Type="Включая">
	<brom:Value xsi:type="brom:ValueDate" Value="2019-01-05T00:00:00"/>
</brom:result>
<brom:result xsi:type="brom:ValueBoundary" Type="Исключая">
	<brom:Value xsi:type="brom:ValueBoundary" Date="2019-01-05T00:00:00">
		<brom:Ref xsi:type="brom:ValueObjectRef" Value="b68a3920-3c28-11e9-912a-38d547755ef7" Type="Документ.ЗаказКлиента"/>
	</brom:Value>
</brom:result>

В примере №1 указана "Граница" с указанием даты. В примере №2 указана "Граница" с указанием момента времени конкретного документа.