1description: >
2    Implement to provide location code of an inventory item.
3properties:
4    - name: LocationCode
5      type: string
6      description: A free form, implementation defined string to provide
7          location code of an Inventory Item.
8          Location codes can be used to identify specific parts
9          in a system. Although this field should not be used for
10          programmatic interrogation of an inventory object.
11      default: ""
12