{
  "resourceType": "StructureDefinition",
  "url": "https://api-erp.kamsoft.pl/ns/StructureDefinition/DeliveryScheduleLine",
  "name": "DeliveryScheduleLine",
  "version": "1.0.0",
  "title": "Linia harmonogramu dostawy",
  "description": "Termin i ilość w ramach harmonogramu pozycji zamówienia zakupu.",
  "kind": "complex-type",
  "abstract": false,
  "type": "DeliveryScheduleLine",
  "snapshot": {
    "element": [
      {
        "path": "DeliveryScheduleLine.date",
        "min": 0,
        "max": "1",
        "short": "Data dostawy",
        "type": [
          {
            "code": "String"
          }
        ]
      },
      {
        "path": "DeliveryScheduleLine.quantity",
        "min": 0,
        "max": "1",
        "short": "Ilość w tej dostawie",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}