Skip to content

Commit 87267e5

Browse files
committed
Regenerated documentation after minor updates to wuaupdatesearcher
1 parent 5334a70 commit 87267e5

File tree

4 files changed

+50
-2
lines changed

4 files changed

+50
-2
lines changed

guidelines/oval-schema-documentation/oval-definitions-schema.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,29 @@ Attributes
21682168

21692169
**Simple Content:** Restricts xsd:string
21702170

2171+
.. _EntityStateDateType:
2172+
2173+
== EntityStateDateType ==
2174+
---------------------------------------------------------
2175+
The EntityDateType type is extended by the entities of an individual OVAL State. This type provides uniformity to each state entity by including the attributes found in the EntityStateSimpleBaseType. This specific type is an XML date.
2176+
2177+
**Restricts:** oval-def:EntityStateSimpleBaseType
2178+
2179+
Attributes
2180+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2181+
.. list-table:: Attributes
2182+
:header-rows: 1
2183+
2184+
* - Attribute
2185+
- Type
2186+
- Desc.
2187+
* - datatype
2188+
- oval:SimpleDatatypeEnumeration (optional *fixed*='string')
2189+
- (No Description)
2190+
2191+
2192+
**Simple Content:** Restricts xsd:date
2193+
21712194
.. _EntityStateBinaryType:
21722195

21732196
== EntityStateBinaryType ==

guidelines/oval-schema-documentation/oval-system-characteristics-schema.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,29 @@ Attributes
480480

481481
**Simple Content:** Restricts xsd:string
482482

483+
.. _EntityItemDateType:
484+
485+
== EntityItemDateType ==
486+
---------------------------------------------------------
487+
The EntityDateType type is extended by the entities of an individual OVAL State. This type provides uniformity to each entity by including the attributes found in the EntityItemSimpleBaseType. This specific type is an XML date.
488+
489+
**Restricts:** oval-sc:EntityItemSimpleBaseType
490+
491+
Attributes
492+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
493+
.. list-table:: Attributes
494+
:header-rows: 1
495+
496+
* - Attribute
497+
- Type
498+
- Desc.
499+
* - datatype
500+
- oval:SimpleDatatypeEnumeration (optional *fixed*='string')
501+
- (No Description)
502+
503+
504+
**Simple Content:** Restricts xsd:date
505+
483506
.. _EntityItemBinaryType:
484507

485508
== EntityItemBinaryType ==

guidelines/oval-schema-documentation/windows-definitions-schema.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6315,7 +6315,7 @@ Child Elements
63156315
- oval-def:EntityStateStringType (0..1)
63166316
- The Microsoft Security Response Center (MSRC) rating provided by Microsoft related to this update ID, includes 'Critical', 'Important', 'Moderate', 'Low', 'Unspecified', ''
63176317
* - last_deployment_change_time
6318-
- xsd:date (0..1)
6318+
- oval-def:EntityStateDateType (0..1)
63196319
- The last published date of the update, provided by Microsoft related to this update ID
63206320
* - source
63216321
- win-def:EntityStateWuaSourceType (0..1)
@@ -6362,6 +6362,8 @@ The EntityStateWuaSourceType restricts a string value to a specific set of value
63626362
- | Indicates the source for the wuaupdatesearcher_item is from an Intranet WSUS server
63636363
* - Offline_Cab_File
63646364
- | Indicates the source for the wuaupdatesearcher_item is from wsusscn2.cab file download from Microsoft
6365+
* -
6366+
- | The empty string value is permitted here to allow for empty elements associated with variable references.
63656367

63666368
______________
63676369

guidelines/oval-schema-documentation/windows-system-characteristics-schema.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ Child Elements
26302630
- oval-sc:EntityItemStringType (0..1)
26312631
- The Microsoft Security Response Center (MSRC) rating provided by Microsoft related to this update ID, includes 'Critical', 'Important', 'Moderate', 'Low', 'Unspecified', ''
26322632
* - last_deployment_change_time
2633-
- xsd:date (0..1)
2633+
- oval-sc:EntityItemDateType (0..1)
26342634
- The last published date of the update, provided by Microsoft related to this update ID
26352635
* - source
26362636
- win-sc:EntityItemWuaSourceType (0..1)

0 commit comments

Comments
 (0)