Skip to content

Commit

Permalink
gh-21 Add element for CloudServiceComplexType
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jun 12, 2024
1 parent 7a3f277 commit af66bc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions event-logging.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@
<xs:documentation>Describes part of a chat session between a user and one or more other users, e.g. in an instant messaging application.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CloudService" type="evt:CloudServiceComplexType">
<xs:annotation>
<xs:documentation>Describes a service on a cloud provider, e.g. an AWS Lambda or a Google BigQuery database. This normally descirbes a Software As A Serivce offering. Cloud infrastructure such as AWS EC2s should be modelled with the VirtualDevice object type instead.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Configuration" type="evt:ConfigurationComplexType" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Describes the configuration of entity, e.g. it can be used to describe the update to the configuration of a network device.</xs:documentation>
Expand Down

0 comments on commit af66bc8

Please sign in to comment.