2222    Introduced in CycloneDX v1.6 
2323
2424.. note:: 
25-     See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
25+     See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
2626""" 
2727
2828from  collections .abc  import  Iterable 
@@ -48,7 +48,7 @@ class CryptoAssetType(str, Enum):
4848        Introduced in CycloneDX v1.6 
4949
5050    .. note:: 
51-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
51+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
5252    """ 
5353
5454    ALGORITHM  =  'algorithm' 
@@ -67,7 +67,7 @@ class CryptoPrimitive(str, Enum):
6767        Introduced in CycloneDX v1.6 
6868
6969    .. note:: 
70-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
70+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
7171    """ 
7272
7373    AE  =  'ae' 
@@ -98,7 +98,7 @@ class CryptoExecutionEnvironment(str, Enum):
9898        Introduced in CycloneDX v1.6 
9999
100100    .. note:: 
101-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
101+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
102102    """ 
103103
104104    HARDWARE  =  'hardware' 
@@ -120,7 +120,7 @@ class CryptoImplementationPlatform(str, Enum):
120120        Introduced in CycloneDX v1.6 
121121
122122    .. note:: 
123-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
123+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
124124    """ 
125125
126126    ARMV7_A  =  'armv7-a' 
@@ -150,7 +150,7 @@ class CryptoCertificationLevel(str, Enum):
150150        Introduced in CycloneDX v1.6 
151151
152152    .. note:: 
153-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
153+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
154154    """ 
155155
156156    NONE  =  'none' 
@@ -196,7 +196,7 @@ class CryptoMode(str, Enum):
196196        Introduced in CycloneDX v1.6 
197197
198198    .. note:: 
199-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
199+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
200200    """ 
201201
202202    CBC  =  'cbc' 
@@ -221,7 +221,7 @@ class CryptoPadding(str, Enum):
221221        Introduced in CycloneDX v1.6 
222222
223223    .. note:: 
224-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
224+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
225225    """ 
226226
227227    PKCS5  =  'pkcs5' 
@@ -244,7 +244,7 @@ class CryptoFunction(str, Enum):
244244        Introduced in CycloneDX v1.6 
245245
246246    .. note:: 
247-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
247+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
248248    """ 
249249
250250    DECAPSULATE  =  'decapsulate' 
@@ -273,7 +273,7 @@ class AlgorithmProperties:
273273        Introduced in CycloneDX v1.6 
274274
275275    .. note:: 
276-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
276+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
277277    """ 
278278
279279    def  __init__ (
@@ -525,7 +525,7 @@ class CertificateProperties:
525525
526526
527527    .. note:: 
528-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
528+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
529529    """ 
530530
531531    def  __init__ (
@@ -700,7 +700,7 @@ class RelatedCryptoMaterialType(str, Enum):
700700        Introduced in CycloneDX v1.6 
701701
702702    .. note:: 
703-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
703+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
704704    """ 
705705
706706    ADDITIONAL_DATA  =  'additional-data' 
@@ -735,7 +735,7 @@ class RelatedCryptoMaterialState(str, Enum):
735735        Introduced in CycloneDX v1.6 
736736
737737    .. note:: 
738-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
738+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
739739    """ 
740740
741741    ACTIVE  =  'active' 
@@ -757,7 +757,7 @@ class RelatedCryptoMaterialSecuredBy:
757757
758758
759759    .. note:: 
760-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
760+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
761761    """ 
762762
763763    def  __init__ (
@@ -828,7 +828,7 @@ class RelatedCryptoMaterialProperties:
828828
829829
830830    .. note:: 
831-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
831+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
832832    """ 
833833
834834    def  __init__ (
@@ -1072,7 +1072,7 @@ class ProtocolPropertiesType(str, Enum):
10721072        Introduced in CycloneDX v1.6 
10731073
10741074    .. note:: 
1075-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
1075+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
10761076    """ 
10771077
10781078    IKE  =  'ike' 
@@ -1097,7 +1097,7 @@ class ProtocolPropertiesCipherSuite:
10971097
10981098
10991099    .. note:: 
1100-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
1100+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
11011101    """ 
11021102
11031103    def  __init__ (
@@ -1190,7 +1190,7 @@ class Ikev2TransformTypes:
11901190
11911191
11921192    .. note:: 
1193-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
1193+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
11941194    """ 
11951195
11961196    def  __init__ (
@@ -1332,7 +1332,7 @@ class ProtocolProperties:
13321332
13331333
13341334    .. note:: 
1335-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
1335+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
13361336    """ 
13371337
13381338    def  __init__ (
@@ -1457,7 +1457,7 @@ class CryptoProperties:
14571457
14581458
14591459    .. note:: 
1460-         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/#type_cryptoPropertiesType 
1460+         See the CycloneDX Schema for hashType: https://cyclonedx.org/docs/1.6/xml/ #type_cryptoPropertiesType 
14611461    """ 
14621462
14631463    def  __init__ (
0 commit comments