diff --git a/skyscraper8/Atsc/A331/Schema/SLT-1_0-20180228_SA-1_0-20170921_RRT-1_0-20170209.cs b/skyscraper8/Atsc/A331/Schema/SLT-1_0-20180228_SA-1_0-20170921_RRT-1_0-20170209.cs
index 1a8aea1..a5cffaa 100644
--- a/skyscraper8/Atsc/A331/Schema/SLT-1_0-20180228_SA-1_0-20170921_RRT-1_0-20170209.cs
+++ b/skyscraper8/Atsc/A331/Schema/SLT-1_0-20180228_SA-1_0-20170921_RRT-1_0-20170209.cs
@@ -12,7 +12,8 @@
// This source code was auto-generated by xsd, Version=4.8.9037.0.
//
namespace skyscraper8.Atsc.A331.Schema {
- using System.Xml.Serialization;
+ using Newtonsoft.Json;
+ using System.Xml.Serialization;
///
@@ -441,6 +442,8 @@ namespace skyscraper8.Atsc.A331.Schema {
private bool essentialFieldSpecified;
private string drmSystemIDField;
+
+ [JsonIgnore]
private System.Xml.XmlAttribute[] anyAttrField;
@@ -680,9 +683,11 @@ namespace skyscraper8.Atsc.A331.Schema {
this.drmSystemIDField = value;
}
}
-
- ///
- [System.Xml.Serialization.XmlAnyAttributeAttribute()]
+
+ ///
+
+ [JsonIgnore]
+ [System.Xml.Serialization.XmlAnyAttributeAttribute()]
public System.Xml.XmlAttribute[] AnyAttr {
get {
return this.anyAttrField;