System\Xml\Schema\XmlSchema.cs (11)
280[XmlElement("include", typeof(XmlSchemaInclude)),
281XmlElement("import", typeof(XmlSchemaImport)),
282XmlElement("redefine", typeof(XmlSchemaRedefine))]
288[XmlElement("annotation", typeof(XmlSchemaAnnotation)),
289XmlElement("attribute", typeof(XmlSchemaAttribute)),
290XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
291XmlElement("complexType", typeof(XmlSchemaComplexType)),
292XmlElement("simpleType", typeof(XmlSchemaSimpleType)),
293XmlElement("element", typeof(XmlSchemaElement)),
294XmlElement("group", typeof(XmlSchemaGroup)),
295XmlElement("notation", typeof(XmlSchemaNotation))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (7)
23[XmlElement("group", typeof(XmlSchemaGroupRef)),
24XmlElement("choice", typeof(XmlSchemaChoice)),
25XmlElement("all", typeof(XmlSchemaAll)),
26XmlElement("sequence", typeof(XmlSchemaSequence))]
33[XmlElement("attribute", typeof(XmlSchemaAttribute)),
34XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
40[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (7)
23[XmlElement("group", typeof(XmlSchemaGroupRef)),
24XmlElement("choice", typeof(XmlSchemaChoice)),
25XmlElement("all", typeof(XmlSchemaAll)),
26XmlElement("sequence", typeof(XmlSchemaSequence))]
33[XmlElement("attribute", typeof(XmlSchemaAttribute)),
34XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
40[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaComplexType.cs (9)
171[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)),
172XmlElement("complexContent", typeof(XmlSchemaComplexContent))]
179[XmlElement("group", typeof(XmlSchemaGroupRef)),
180XmlElement("choice", typeof(XmlSchemaChoice)),
181XmlElement("all", typeof(XmlSchemaAll)),
182XmlElement("sequence", typeof(XmlSchemaSequence))]
189[XmlElement("attribute", typeof(XmlSchemaAttribute)),
190XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
194[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (16)
23[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
30[XmlElement("length", typeof(XmlSchemaLengthFacet)),
31XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
32XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
33XmlElement("pattern", typeof(XmlSchemaPatternFacet)),
34XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)),
35XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)),
36XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
37XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
38XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
39XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
40XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
41XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
47[XmlElement("attribute", typeof(XmlSchemaAttribute)),
48XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
54[XmlElement("anyAttribute")]
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (13)
22[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
29[XmlElement("length", typeof(XmlSchemaLengthFacet)),
30XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
31XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
32XmlElement("pattern", typeof(XmlSchemaPatternFacet)),
33XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)),
34XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)),
35XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
36XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
37XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
38XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
39XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
40XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]