MergedSchemaRepr

Top  Previous  Next

Description

Represents the results of merging two or more schemas

 

XML Representation

<MergedSchema>

  <SourceSchemas>

    <SchemaSummaryRepr ...> See SchemaSummaryRepr </SchemaSummaryRepr>*

  </SourceSchemas>

  <Types>

    <MergedType ...> See MergedTypeRepr </MergedType>*

  </Types>

  <Constraints>

    <MergedConstraint ...> See MergedConstraintRepr </MergedConstraint>*

  </Constraints>

</MergedSchema>

 

 

JSON Representation

 

"SourceSchemas": array of SchemaSummaryRepr,

"Types": array of MergedTypeRepr

"Constraints": array of MergedConstraintRepr

 

 

Notes

 

See Also