Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Schema/KPI-ML-V01.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "TimeRange" type = "TimeRangeType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Audience" type = "AudianceType"
<xsd:element name = "Audience" type = "AudienceType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "ProductionMethodology" type = "ProductionMethodologyType"
minOccurs = "0" maxOccurs = "unbounded"/>
Expand Down Expand Up @@ -250,7 +250,7 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "TimeRange" type = "TimeRangeType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Audience" type = "AudianceType"
<xsd:element name = "Audience" type = "AudienceType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "ProductionMethodology" type = "ProductionMethodologyType"
minOccurs = "0" maxOccurs = "unbounded"/>
Expand Down Expand Up @@ -293,7 +293,7 @@
<!-- Secondary Types -->
<!-- -->

<xsd:complexType name="AudianceType">
<xsd:complexType name="AudienceType">
<xsd:simpleContent>
<xsd:restriction base="IdentifierType"/>
</xsd:simpleContent>
Expand Down