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