# Validation options
#
# Name spaces Off - 0 On - 1
DoNamespaces = 1

# Schema checking Off - 0 On - 1
DoSchema = 1

# Full schema checking Off - 0 On - 1
SchemaFullChecking = 0

# Validation error as fatal Off - 0 On - 1
ValidationErrorAsFatal = 0

# Continue after fatal error Off - 0 On - 1
ContinueAfterFatalError = 0

# Schema validation Auto - 0 Never - 1 Always - 2
SchemaValidation = 0

#  Comparison options
#
# Fast - 0 Normal - 1 Slow - 2 Full - 3
CompareLevel = 3

# Comparison is case sensitive Off - 0  On - 1 
CaseSensitive = 1

# Ignore spaces Off - 0 On - 1
IgnoreWhitespaces = 0

# Ignore attributes Off - 0 On - 1 
IgnoreAttributes  = 0

# Ignore content of the XML elements Off - 0 On - 1
IgnoreValues = 0

# Ignore the order of elements off - 0 On - 1
IgnoreOrderElements = 1

# Ignore the namespace prefixes off - 0 On - 1
IgnoreNamespaces = 0

# Treat key attribute as unique
UniqueAttributes = 0

# Off - 0 On - 1
NormalizeDate = 0

# Off - 0 On - 1
NormalizeNumber = 0
#DecimalPlaces = -1
#SignificantFigures = 0

#Skip creating output file if no differences 
SkipEmptyOutputFile = 0

# Insert Processing Instructions to highlight differences Off - 0 On - 1 
InsertPI = 0

# Insert special XML tags to highlight differences Off - 0 On - 1 
InsertTags = 0

# Print comparison result to output xml file
PrintResultToOutputFile=0

# Print comparison result to screen
PrintResultToScreen=1

# Print <!DOCTYPE ... PUBLIC ... SYSTEM ...> to the output file  
PrintDoctype=0

# Print Debug info
Debug=0

# Print comments into output XML file, each comment contains the name of XML file and the Line number of XML elements
InsertComments=0

# Print element with all subelements into the output file
#EntireElement=SuperCoach_s>SuperCoach

# Inherit all options, which are not  specified within this option file from ExamXML. 
# Otherwise mdcxml uses default value for each option that 
# could not be found within this option file. 
UseExamXMLOptions = 0

# The maximum return value
MaxReturnCode = 3

# Delta XML file header options
#Encoding = ISO-8859-1
#XMLVersion = 1.0

# Ignoring elements
# You can specify up to 128 names. 
# Each name should begin with a new line. 
# You can specify a full name of an element including names of parents separated by > (recommended)
# or only the name of the element. 
# In the latter case MDCXML will ignore all elements with the given name and the result can be unexpected. 
# Use this way if the name of the element is unique.
# Attention! The names of the elements are case sensitive
#IgnoreElement = root>parent>element>sub-element
#IgnoreElement = CATALOG>PRODUCT>PRICE 
#IgnoreElement = CATALOG>PRODUCT>DESCRIPTION
#IgnoreElement = ADDRESS 
#Ignore element by condition (this options works with ExamXML)
#Condition = attr 0 0 0 1

# Key element and attributes
#KeyAttribute = books>book|uuid
#KeyElement = books>book>file

# Attributes to be ignored in all XML elements
#CommonIgnoredAttributes = book

# Print ignored elements to output XML file
#IncludeIgnoredElements = 1

# Options for ExamXML (GUI application)
#
# Expand branches with differences
#ExpandDiff = 0
# Highlights different characters in word 
#HighlightChars = 0

# Advanced XML options (do not use them if you are not sure)
#XMLElementCaseSensitive=0
#XMLAttributeCaseSensitive=0