diff options
Diffstat (limited to 'quanta/data/dtep/schema/Makefile.am')
-rw-r--r-- | quanta/data/dtep/schema/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quanta/data/dtep/schema/Makefile.am b/quanta/data/dtep/schema/Makefile.am new file mode 100644 index 00000000..73c0f238 --- /dev/null +++ b/quanta/data/dtep/schema/Makefile.am @@ -0,0 +1,7 @@ +quanta_DATA = all.tag annotation.tag any.tag anyAttribute.tag appInfo.tag attribute.tag attributeGroup.tag choice.tag complexContent.tag complexType.tag description.rc \ + documentation.tag element.tag enumeration.tag extension.tag field.tag fractionDigits.tag group.tag import.tag include.tag key.tag keyref.tag \ + length.tag list.tag maxInclusive.tag maxLength.tag minInclusive.tag minLength.tag notation.tag pattern.tag redefine.tag restriction.tag schema.tag \ + selector.tag sequence.tag simpleContent.tag simpleType.tag totalDigits.tag union.tag unique.tag whiteSpace.tag minExclusive.tag maxExclusive.tag + +quantadir = ${quanta_datadir}/dtep/xml-schema + |