Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2012-10-02 11:11:11 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3577bed2598b8fbeed652b4a1cd6b507f1ae738d
3577bed2
1 parent
532f3393
Added DDR 1.2.1 XSD
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
www.reportinghub.no/input/ddr/xsd/1.2.1/DDRMLv_1_2_1.xsd
www.reportinghub.no/input/ddr/xsd/1.2.1/sub_abstractSubstitutionGroup.xsd
www.reportinghub.no/input/ddr/xsd/1.2.1/DDRMLv_1_2_1.xsd
0 → 100644
View file @
3577bed
This diff could not be displayed because it is too large.
www.reportinghub.no/input/ddr/xsd/1.2.1/sub_abstractSubstitutionGroup.xsd
0 → 100644
View file @
3577bed
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
elementFormDefault=
"qualified"
attributeFormDefault=
"unqualified"
targetNamespace=
"http://www.energistics.org/schemas/abstract"
xmlns:abs=
"http://www.energistics.org/schemas/abstract"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
version=
"1.0.0"
>
<!-- Energistics License Agreement
This file is distributed under the Energistics License Agreement at
http://www.energistics.org
Use of this file constitutes agreement with the Energistics License Agreement.
Copyright (c) 2008 Energistics. All rights reserved.
Energistics, WITSML, PRODML and RESQML are trademarks or registered trademarks of Energistics.
-->
<!-- -->
<xsd:element
name=
"abstractDataObject"
type=
"abs:abstractObject"
abstract=
"true"
>
<xsd:annotation>
<xsd:documentation>
Substitution group for normative data objects.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- -->
<xsd:element
name=
"abstractContextualObject"
type=
"abs:abstractObject"
abstract=
"true"
>
<xsd:annotation>
<xsd:documentation>
Substitution group for contextual objects.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- -->
<xsd:complexType
name=
"abstractObject"
abstract=
"true"
>
<xsd:annotation>
<xsd:documentation>
The intended abstract supertype of all schema roots
that may be a member of a substitution group (whether contextual or data).
The type of root global elements should be extended from this type and the
root global element should be declared to be a member of one of the above substitution groups.
</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<!-- -->
</xsd:schema>
Please
register
or
login
to post a comment