Fixing website and API documentation links
[PyCIM.git] / CIM14 / CDPSM / Balanced / IEC61968 / AssetModels / __init__.py
blobdcc9c3633fd7bbc1e47ffebd32223a5fee26c864
1 # Copyright (C) 2010-2011 Richard Lincoln
3 # Permission is hereby granted, free of charge, to any person obtaining a copy
4 # of this software and associated documentation files (the "Software"), to
5 # deal in the Software without restriction, including without limitation the
6 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7 # sell copies of the Software, and to permit persons to whom the Software is
8 # furnished to do so, subject to the following conditions:
10 # The above copyright notice and this permission notice shall be included in
11 # all copies or substantial portions of the Software.
13 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19 # IN THE SOFTWARE.
21 """This package is an extension of Assets package and contains the core information classes that support asset management and different network and work planning applications with specialized documentation classes describing assets of a particular product model made by a manufacturer. There are typically many instances of an asset associated with a single asset model. It also contains 'lightweight' *Info classes, which hold model attributes that can be referenced by not only Assets but also by ConductingEquipments.
22 """
24 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.TransformerInfo import TransformerInfo
25 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.ToWindingSpec import ToWindingSpec
26 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.WireArrangement import WireArrangement
27 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.CableInfo import CableInfo
28 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.OpenCircuitTest import OpenCircuitTest
29 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.ConcentricNeutralCableInfo import ConcentricNeutralCableInfo
30 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.ConductorInfo import ConductorInfo
31 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.DistributionWindingTest import DistributionWindingTest
32 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.WireType import WireType
33 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.WindingInfo import WindingInfo
34 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.OverheadConductorInfo import OverheadConductorInfo
35 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.TapeShieldCableInfo import TapeShieldCableInfo
36 from CIM14.CDPSM.Balanced.IEC61968.AssetModels.ShortCircuitTest import ShortCircuitTest
38 nsURI = "http://iec.ch/TC57/2009/CIM-schema-cim14?profile=http://iec.ch/TC57/2007/profile#AssetModels"
39 nsPrefix = "cimAssetModels"
42 class CableOuterJacketKind(str):
43 """Values are: insulating, other, semiconducting, polyethylene, none, linearLowDensityPolyethylene, pvc
44 """
45 pass
47 class CableShieldMaterialKind(str):
48 """Values are: other, lead, steel, aluminum, copper
49 """
50 pass
52 class ConductorInsulationKind(str):
53 """Values are: crosslinkedPolyethylene, butyl, treeRetardantCrosslinkedPolyethylene, asbestosAndVarnishedCambric, highPressureFluidFilled, ethylenePropyleneRubber, ozoneResistantRubber, oilPaper, varnishedDacronGlass, highMolecularWeightPolyethylene, other, varnishedCambricCloth, treeResistantHighMolecularWeightPolyethylene, unbeltedPilc, beltedPilc, rubber, lowCapacitanceRubber, siliconRubber
54 """
55 pass
57 class ConductorMaterialKind(str):
58 """Values are: steel, other, aluminum, copper, acsr
59 """
60 pass
62 class ConductorUsageKind(str):
63 """Values are: secondary, other, distribution, transmission
64 """
65 pass
67 class CableConstructionKind(str):
68 """Values are: solid, stranded, other, segmental, compacted, sector, compressed
69 """
70 pass