internal AttributeConstraint(XsdAttributeUse xsdAttributeUse, SimpleTypeRestriction simpleTypeConstraint) { Debug.Assert(simpleTypeConstraint != null); this.XsdAttributeUse = xsdAttributeUse; this.SimpleTypeConstraint = simpleTypeConstraint; }
internal AttributeConstraint(XsdAttributeUse xsdAttributeUse, SimpleTypeRestriction simpleTypeConstraint, FileFormatVersions supportedVersion) { Debug.Assert(simpleTypeConstraint != null); this.XsdAttributeUse = xsdAttributeUse; this.SimpleTypeConstraint = simpleTypeConstraint; this.SupportedVersion = supportedVersion; }
public SdbAttributeConstraint(XsdAttributeUse xsdAttributeUse, SdbIndex simpleTypeIndex, byte fileFormatVersion) { this.AttributeUse = xsdAttributeUse; this.SimpleTypeIndex = simpleTypeIndex; this.FileFormatVersion = fileFormatVersion; }