Standard B2MML File for a Material Lot

This topic provides an example of a standard B2MML file that contains the details of a material lot.

Standard B2MML File for a Material Lot
<?xml version="1.0" encoding="utf-8"?>
<MaterialInformation
	xmlns:Extended="http://www.wbf.org/xml/B2MML-V0401-AllExtensions"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns="http://www.wbf.org/xml/B2MML-V0401">
	
	<ID>S123</ID>
	<Description>InterfaceName</Description>
	<Location>
		<EquipmentID>Prague</EquipmentID>
		<EquipmentElementLevel>Site</EquipmentElementLevel>
	</Location>
	<PublishedDate>2019-06-20T16:09:31-04:00</PublishedDate>
	<MaterialLot>
		<ID></ID>
		<Description>RECEIVER</Description>
		<MaterialDefinitionID>RI-RM02-lb</MaterialDefinitionID>
		<Status>Scrap</Status>
		<MaterialLotProperty>
			<ID>RECEIVER</ID>
			<Value>
				<ValueString>RE001</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>VENDOR</ID>
			<Value>
				<ValueString>VD01</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>TIMESTAMPCREATION</ID>
			<Value>
				<ValueString>2020-09-18T13:28:39.395Z</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>TIMESTAMPCHANGE</ID>
			<Value>
				<ValueString>2020-09-18T13:28:39.395Z</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>AUTHORCHANGE</ID>
			<Value>
				<ValueString>JonDoe</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>WORKORDER</ID>
			<Value>
				<ValueString>WO001</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>OPERATION</ID>
			<Value>
				<ValueString>OP40</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>SOMEPROPERTY1</ID>
			<Value>
				<ValueString>Y</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<MaterialLotProperty>
			<ID>SOMEPROPERTY2</ID>
			<Value>
				<ValueString>2.5</ValueString>
				<DataType>string</DataType>
				<UnitOfMeasure />
			</Value>
		</MaterialLotProperty>
		<Location>
			<EquipmentID>Prague</EquipmentID>
			<EquipmentElementLevel>Site</EquipmentElementLevel>
			<Location>
				<EquipmentID>PLID1</EquipmentID>
				<EquipmentElementLevel>ProductionLine</EquipmentElementLevel>
				<Location>
					<EquipmentID>PUId1</EquipmentID>
					<EquipmentElementLevel>Unit</EquipmentElementLevel>
				</Location>
			</Location>
		</Location>
		<Quantity>
			<QuantityString>10</QuantityString>
			<DataType>string</DataType>
			<UnitOfMeasure />
		</Quantity>
		<Quantity>
			<QuantityString></QuantityString>
			<DataType>string</DataType>
			<UnitOfMeasure />
		</Quantity>
		<Quantity>
			<QuantityString></QuantityString>
			<DataType>string</DataType>
			<UnitOfMeasure></UnitOfMeasure>
		</Quantity>
		<Quantity>
			<QuantityString></QuantityString>
			<DataType>string</DataType>
			<UnitOfMeasure />
		</Quantity>
	</MaterialLot>
	<Extended:SchemaVersion>2</Extended:SchemaVersion>
</MaterialInformation>