System\Xml\Schema\XmlSchema.cs (11)
323[XmlElement("include", typeof(XmlSchemaInclude)),
324XmlElement("import", typeof(XmlSchemaImport)),
325XmlElement("redefine", typeof(XmlSchemaRedefine))]
334[XmlElement("annotation", typeof(XmlSchemaAnnotation)),
335XmlElement("attribute", typeof(XmlSchemaAttribute)),
336XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
337XmlElement("complexType", typeof(XmlSchemaComplexType)),
338XmlElement("simpleType", typeof(XmlSchemaSimpleType)),
339XmlElement("element", typeof(XmlSchemaElement)),
340XmlElement("group", typeof(XmlSchemaGroup)),
341XmlElement("notation", typeof(XmlSchemaNotation))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (7)
37[XmlElement("group", typeof(XmlSchemaGroupRef)),
38XmlElement("choice", typeof(XmlSchemaChoice)),
39XmlElement("all", typeof(XmlSchemaAll)),
40XmlElement("sequence", typeof(XmlSchemaSequence))]
50[XmlElement("attribute", typeof(XmlSchemaAttribute)),
51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
61[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (7)
37[XmlElement("group", typeof(XmlSchemaGroupRef)),
38XmlElement("choice", typeof(XmlSchemaChoice)),
39XmlElement("all", typeof(XmlSchemaAll)),
40XmlElement("sequence", typeof(XmlSchemaSequence))]
50[XmlElement("attribute", typeof(XmlSchemaAttribute)),
51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
60[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaComplexType.cs (9)
178[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)),
179XmlElement("complexContent", typeof(XmlSchemaComplexContent))]
189[XmlElement("group", typeof(XmlSchemaGroupRef)),
190XmlElement("choice", typeof(XmlSchemaChoice)),
191XmlElement("all", typeof(XmlSchemaAll)),
192XmlElement("sequence", typeof(XmlSchemaSequence))]
202[XmlElement("attribute", typeof(XmlSchemaAttribute)),
203XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
217[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (16)
37[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
47[XmlElement("length", typeof(XmlSchemaLengthFacet)),
48XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
49XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
50XmlElement("pattern", typeof(XmlSchemaPatternFacet)),
51XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)),
52XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)),
53XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
54XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
55XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
56XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
57XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
58XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
67[XmlElement("attribute", typeof(XmlSchemaAttribute)),
68XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
77[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (13)
36[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
46[XmlElement("length", typeof(XmlSchemaLengthFacet)),
47XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
48XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
49XmlElement("pattern", typeof(XmlSchemaPatternFacet)),
50XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)),
51XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)),
52XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
53XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
54XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
55XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
56XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
57XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]