Ejemplo n.º 1
0
 internal ElementMetadata(
     ReadOnlyArray <AttributeMetadata> attributes,
     ReadOnlyArray <IOpenXmlSimpleTypeValidator> validators,
     FileFormatVersions version,
     SchemaAttrAttribute schema,
     CompiledParticle particle,
     Lazy <ElementLookup> lookup)
 {
     Attributes   = attributes;
     Validators   = validators;
     Availability = version;
     Schema       = schema;
     Particle     = particle;
     _children    = lookup;
 }
Ejemplo n.º 2
0
 private ActivatorElementChild(Type child, SchemaAttrAttribute schema)
     : base(child, schema.NamespaceId, schema.Tag)
 {
 }
Ejemplo n.º 3
0
 public SchemaIndex(SchemaAttrAttribute schema, IndexAttribute index)
 {
     _schema = schema;
     _index  = index;
 }