Skip to content

Commit

Permalink
gh-98 Rename elements
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jun 10, 2024
1 parent 07823ce commit 53902e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions event-logging.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@
<xs:complexContent>
<xs:extension base="evt:BaseObjectComplexType">
<xs:sequence>
<xs:element name="Provder" type="xs:string">
<xs:element name="CloudProvider" type="xs:string">
<xs:annotation>
<xs:documentation>The name of the provider, providing the cloud service, e.g. AWS, Google, Azure, etc.</xs:documentation>
</xs:annotation>
Expand All @@ -1417,12 +1417,12 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="Region" type="xs:string">
<xs:element minOccurs="0" name="CloudRegion" type="xs:string">
<xs:annotation>
<xs:documentation>The cloud region that the service is deployed in. A region typically contains multiple zones.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Zone" type="xs:string">
<xs:element minOccurs="0" name="CloudZone" type="xs:string">
<xs:annotation>
<xs:documentation>The cloud zone that the service is deployed in. A zone is typically a sub-division of a region.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 53902e0

Please sign in to comment.