- The comments given to add more details on the Authorization.
XSD Schema Diagram:
XSD Schema Code:
<xs:simpleType name="AuthorizationComments">
<xs:annotation>
<xs:documentation>
- The comments given to add more details on the Authorization.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0" />
<xs:maxLength value="2000" />
</xs:restriction>
</xs:simpleType>