Пример #1
0
 /// <summary>
 /// <para>
 /// Name or code with an (optional) authority. If the codeSpace attribute is present, its value should reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken. 
 /// </para>
 /// <para>
 /// Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document. 
 /// </para>
 /// </summary>
 public Identifier(CodeType content)
 {
     SetInnerType(content);
 }
Пример #2
0
 private void SetInnerType(CodeType ContentField)
 {
     this.ContentField=((CodeType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Пример #3
0
 /// <summary>
 /// <para>
 /// Name or code with an (optional) authority. If the codeSpace attribute is present, its value should reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken. 
 /// </para>
 /// <para>
 /// Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document. 
 /// </para>
 /// </summary>
 public Role(CodeType content)
 {
     SetInnerType(content);
 }