Property | Type | Description | |
---|---|---|---|
Schema | |||
SchemaSet | |||
mappingFileNameExport | string | ||
mappingFileNameImport | string |
Property | Type | Description | |
---|---|---|---|
ConvertFacetToConstraint | Constraint | ||
ConvertStringToSystemType | TypeCode | ||
ConvertToConstraints | List |
||
GetAllAttributes | List |
||
GetAllComplexTypes | List |
||
GetAllElements | List |
||
GetAllGroups | IEnumerable |
||
GetAllRefElementNames | IEnumerable |
||
GetAllSimpleTypes | List |
||
GetDataType | |||
GetDescription | string | ||
GetDomainConstraint | DomainConstraint | ||
GetPatternConstraint | PatternConstraint | ||
GetRangeConstraint | RangeConstraint | ||
GetRangeConstraint | RangeConstraint | ||
GetTypeOfName | string | ||
IsRangeExist | bool | ||
addMetadataAttributeToMappingFile | void | ||
addMetadataAttributeToMetadataCompoundAttribute | |||
addMetadataAttributeToMetadataPackageUsage | void | ||
addMetadataAttributesToMetadataCompoundAttribute | |||
addMetadataAttributesToMetadataPackageUsage | void | ||
addToExportMappingFile | |||
addToImportMappingFile | |||
addToSchemaSet | |||
addUsageFromMetadataCompoundAttributeToMetadataCompoundAttribute | |||
addUsageFromMetadataCompoundAttributeToPackage | void | ||
checkDirectory | void | ||
createMetadataAttribute | |||
createMetadataCompoundAttribute | |||
createMetadataCompoundAttribute | |||
existXmlSchemaElement | bool | ||
findPathFromRoot | string | ||
generateXmlMappingFile | |||
get | |||
getExistingMetadataAttribute | |||
getExistingMetadataCompoundAttribute | |||
getExistingMetadataPackage | |||
isComplexTypeOnlyWithSimpleTpesAsChildrens | bool | ||
isSequence | bool | ||
verifyErrors | void |
Method | Description | |
---|---|---|
ConvertSimpleTypes ( ) : List |
||
Delete ( |
Delete all depending xsdFiles under the workspace && all generated mapping files
|
|
Delete ( string schemaName ) : void | ||
GenerateMetadataStructure ( string nameOfStartNode, string schemaName ) : long | ||
GetAllComplextTypesWithSimpleTypesAsChildrens ( ) : List |
||
GetAllElementsTypeIsSimpleType ( ) : List |
Get all elements in a list which have a simpletype as type
|
|
GetAttributes ( |
Get a list of all attributes from the xmlnode
|
|
GetIndexOfChild ( |
||
HasAttributes ( |
returns true if the xmlnode has attributes
|
|
IsSequence ( |
Check if the node is defined as a sequence in the schema
|
|
Load ( string path, string username ) : void |
Load Schema from path
|
|
MoveFile ( string tempFile, string destinationPath ) : bool | ||
XmlSchemaManager ( ) : System |
Method | Description | |
---|---|---|
ConvertFacetToConstraint ( |
length, minLength,maxLength,pattern,enumeration,whiteSpace,maxInclusive,maxExclusive,minExclusive,minInclusive,totalDigits,fractionDigits
|
|
ConvertStringToSystemType ( string dataType ) : TypeCode | ||
ConvertToConstraints ( |
||
GetAllAttributes ( |
Return a list of all elements in the schema
|
|
GetAllComplexTypes ( |
Return a list of all complext types in the schema
|
|
GetAllElements ( |
Return a list of all elements in the schema
|
|
GetAllGroups ( |
||
GetAllRefElementNames ( List |
||
GetAllSimpleTypes ( |
Return a list of all elements in the schema
|
|
GetDataType ( string dataTypeAsString, string typeCodeName ) : |
||
GetDescription ( |
||
GetDomainConstraint ( |
||
GetPatternConstraint ( string patternString, string description, bool negated, |
||
GetRangeConstraint ( List |
||
GetRangeConstraint ( double min, double max, string description, bool negated, bool lowerBoundIncluded, bool upperBoundIncluded, |
||
GetTypeOfName ( string name ) : string | ||
IsRangeExist ( List |
||
addMetadataAttributeToMappingFile ( |
||
addMetadataAttributeToMetadataCompoundAttribute ( |
||
addMetadataAttributeToMetadataPackageUsage ( |
||
addMetadataAttributesToMetadataCompoundAttribute ( |
||
addMetadataAttributesToMetadataPackageUsage ( |
||
addToExportMappingFile ( |
||
addToImportMappingFile ( |
||
addToSchemaSet ( |
||
addUsageFromMetadataCompoundAttributeToMetadataCompoundAttribute ( |
||
addUsageFromMetadataCompoundAttributeToPackage ( |
||
checkDirectory ( string filePath ) : void | ||
createMetadataAttribute ( |
||
createMetadataCompoundAttribute ( |
||
createMetadataCompoundAttribute ( |
||
existXmlSchemaElement ( |
||
findPathFromRoot ( |
||
generateXmlMappingFile ( |
||
get ( |
||
getExistingMetadataAttribute ( string name ) : |
||
getExistingMetadataCompoundAttribute ( string name ) : |
||
getExistingMetadataPackage ( string name ) : |
||
isComplexTypeOnlyWithSimpleTpesAsChildrens ( |
||
isSequence ( |
||
verifyErrors ( object sender, |
public ConvertSimpleTypes ( ) : List |
||
return | List |
public static Delete ( |
||
metadataStructure | ||
return | bool |
public GenerateMetadataStructure ( string nameOfStartNode, string schemaName ) : long | ||
nameOfStartNode | string | |
schemaName | string | |
return | long |
public GetAllComplextTypesWithSimpleTypesAsChildrens ( ) : List |
||
return | List |
public GetAllElementsTypeIsSimpleType ( ) : List |
||
return | List |
public GetAttributes ( |
||
node | ||
return | List |
public GetIndexOfChild ( |
||
node | ||
child | ||
return | int |
public HasAttributes ( |
||
node | ||
return | bool |
public IsSequence ( |
||
node | xmlnode to check | |
return | bool |
public Load ( string path, string username ) : void | ||
path | string | |
username | string | |
return | void |
public static MoveFile ( string tempFile, string destinationPath ) : bool | ||
tempFile | string | |
destinationPath | string | |
return | bool |
public XmlSchema,System.Xml.Schema Schema | ||
return |
public XmlSchemaSet,System.Xml.Schema SchemaSet | ||
return |