aws.osml.formats.sidd.models.external.ism_v13.schema.ism.cvegenerated.cvenum_ismcomplies_with module

This file was generated by xsdata, v23.8, on 2023-10-05 09:59:45

Generator: DataclassGenerator See: https://xsdata.readthedocs.io/

class aws.osml.formats.sidd.models.external.ism_v13.schema.ism.cvegenerated.cvenum_ismcomplies_with.CVEnumISMCompliesWithValues(value)[source]

Bases: Enum

  1. ISM rule sets documents may comply with.

PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumISMCompliesWith.xml

Variables:
  • USGOV – Document claims compliance with all rules encoded in ISM for documents produced by the US Federal Government. This is the minimum set of rules for US documents to adhere to, and all US documents should claim compliance with USGov. For example, a US Intelligence Community document should claim ism:compliesWith=”USGov USIC”.

  • USIC – Document claims compliance with all rules encoded in ISM for documents produced by the US Intelligence Community. Documents that claim compliance with USIC MUST also claim compliance with USGov.

  • USDOD – Document claims compliance with all rules encoded in ISM for documents produced by the US Department of Defense. Documents that claim compliance with USDOD MUST also claim compliance with USGov.

  • OTHER_AUTHORITY – Document claims compliance with an authority other than the USGov, USIC, or USDOD. This token is not allowed if the ism:ownerProducer contains USA.

USGOV = 'USGov'
USIC = 'USIC'
USDOD = 'USDOD'
OTHER_AUTHORITY = 'OtherAuthority'