@@ -217,7 +217,7 @@ def __repr__(self) -> str:
217217
218218class HashAlgorithm (Enum ):
219219 """
220- This is out internal representation of the hashAlg simple type within the CycloneDX standard.
220+ This is our internal representation of the hashAlg simple type within the CycloneDX standard.
221221
222222 .. note::
223223 See the CycloneDX Schema: https://cyclonedx.org/docs/1.3/#type_hashAlg
@@ -390,7 +390,7 @@ def __str__(self) -> str:
390390
391391class ExternalReference :
392392 """
393- This is out internal representation of an ExternalReference complex type that can be used in multiple places within
393+ This is our internal representation of an ExternalReference complex type that can be used in multiple places within
394394 a CycloneDX BOM document.
395395
396396 .. note::
@@ -480,7 +480,7 @@ def __repr__(self) -> str:
480480
481481class License :
482482 """
483- This is out internal representation of `licenseType` complex type that can be used in multiple places within
483+ This is our internal representation of `licenseType` complex type that can be used in multiple places within
484484 a CycloneDX BOM document.
485485
486486 .. note::
@@ -575,7 +575,7 @@ def __repr__(self) -> str:
575575
576576class LicenseChoice :
577577 """
578- This is out internal representation of `licenseChoiceType` complex type that can be used in multiple places within
578+ This is our internal representation of `licenseChoiceType` complex type that can be used in multiple places within
579579 a CycloneDX BOM document.
580580
581581 .. note::
@@ -642,7 +642,7 @@ def __repr__(self) -> str:
642642
643643class Property :
644644 """
645- This is out internal representation of `propertyType` complex type that can be used in multiple places within
645+ This is our internal representation of `propertyType` complex type that can be used in multiple places within
646646 a CycloneDX BOM document.
647647
648648 .. note::
@@ -699,7 +699,7 @@ def __repr__(self) -> str:
699699
700700class NoteText :
701701 """
702- This is out internal representation of the Note.text complex type that can be used in multiple places within
702+ This is our internal representation of the Note.text complex type that can be used in multiple places within
703703 a CycloneDX BOM document.
704704
705705 .. note::
@@ -772,7 +772,7 @@ def __repr__(self) -> str:
772772
773773class Note :
774774 """
775- This is out internal representation of the Note complex type that can be used in multiple places within
775+ This is our internal representation of the Note complex type that can be used in multiple places within
776776 a CycloneDX BOM document.
777777
778778 .. note::
@@ -839,7 +839,7 @@ def __repr__(self) -> str:
839839
840840class OrganizationalContact :
841841 """
842- This is out internal representation of the `organizationalContact` complex type that can be used in multiple places
842+ This is our internal representation of the `organizationalContact` complex type that can be used in multiple places
843843 within a CycloneDX BOM document.
844844
845845 .. note::
@@ -911,7 +911,7 @@ def __repr__(self) -> str:
911911
912912class OrganizationalEntity :
913913 """
914- This is out internal representation of the `organizationalEntity` complex type that can be used in multiple places
914+ This is our internal representation of the `organizationalEntity` complex type that can be used in multiple places
915915 within a CycloneDX BOM document.
916916
917917 .. note::
@@ -984,7 +984,7 @@ def __repr__(self) -> str:
984984
985985class Tool :
986986 """
987- This is out internal representation of the `toolType` complex type within the CycloneDX standard.
987+ This is our internal representation of the `toolType` complex type within the CycloneDX standard.
988988
989989 Tool(s) are the things used in the creation of the BOM.
990990
@@ -1086,7 +1086,7 @@ def __repr__(self) -> str:
10861086
10871087class IdentifiableAction :
10881088 """
1089- This is out internal representation of the `identifiableActionType` complex type.
1089+ This is our internal representation of the `identifiableActionType` complex type.
10901090
10911091 .. note::
10921092 See the CycloneDX specification: https://cyclonedx.org/docs/1.4/xml/#type_identifiableActionType
@@ -1159,7 +1159,7 @@ def __repr__(self) -> str:
11591159
11601160class Copyright :
11611161 """
1162- This is out internal representation of the `copyrightsType` complex type.
1162+ This is our internal representation of the `copyrightsType` complex type.
11631163
11641164 .. note::
11651165 See the CycloneDX specification: https://cyclonedx.org/docs/1.4/xml/#type_copyrightsType
0 commit comments