Jump to content

carlruiz07

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by carlruiz07

  1. What Can I do for creating a complex type derived from another complex type. Thanks.
  2. Hi. I have a generic complex type define in a schema. I would like update this complex type in another schema, due to the information of this complex type in this new schema is specific, what can i do. Thanks.
  3. Hi. 1. What can i do for include a schema document that is in my pc, into < xs:schema> element.2. What can i do for include a schema document that is in my pc, using <include > element.Thanks.
  4. Hi. I have problems with the value of some elements using a common type.For example this is my complextype<xs:complexType name="relationship_type" mixed="true"> <xs:attribute name="CodingSchemeDesignator" fixed="DCM"/> <xs:attribute name="Tag" fixed="(0040,A010)"/> <xs:attribute name="Name" fixed="RelationshipType"/> <xs:attribute name="Value"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="CONTAINS"/> <xs:enumeration value="HAS PROPERTIES"/> <xs:enumeration value="HAS OBS CONTEXT"/> <xs:enumeration value="HAS ACQ CONTEXT"/> <xs:enumeration value="INFERRED FROM"/> <xs:enumeration value="SELECTED FROM"/> <xs:enumeration value="HAS CONCEPT MOD"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> I have differents elements using this type and every time in the attributes of the elements appear CONTAINS as a value and I fixed other different value like SELECTED FROM. What Can I do???Thanks.
×
×
  • Create New...