Uses the Component:ContractDetailsType
Information about the Contract
Table 6.63. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ContractRequired |
Indicates if the Contract is required. Values are "true" or "false" | 1..1 | Field | udt:IndicatorType | |
ContractInformation |
Information about the Contract | 0..* | Component | ContractInformationType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.63. ContractDetails
<ContractDetails> <ContractRequired>......</ContractRequired> [1..1] <ContractInformation>......</ContractInformation> [0..*] </ContractDetails>